This commit is contained in:
parent
9d3313d5c5
commit
892b660fe3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue