This repository has been archived on 2021-04-19. You can view files and clone it, but cannot push or open issues/pull-requests.
drone-nix-runner/.drone.yml

15 lines
355 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/drone-nix-runner
squash: true # since we move the nix store and dont want to store it twice