fix drone build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jeffrey C. Ollie 2023-08-17 13:48:59 -05:00
parent 9d3313d5c5
commit 892b660fe3
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -20,7 +20,7 @@ steps:
pull: always pull: always
commands: commands:
# - set # - set
- nix run .#login # - nix run .#login
- echo -n "$${PLUGIN_PASSWORD}" | podman login --username $${PLUGIN_USERNAME} --password-stdin $${PLUGIN_REGISTRY} - echo -n "$${PLUGIN_PASSWORD}" | podman login --username $${PLUGIN_USERNAME} --password-stdin $${PLUGIN_REGISTRY}
- nix build .#nixos-runner - nix build .#nixos-runner
# - nix run .#push-container -- result # - nix run .#push-container -- result