Compare commits

...

2 commits

Author SHA1 Message Date
a86893556c
fix
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-29 09:16:03 -05:00
1cb1e249f8
fix 2023-08-29 09:14:02 -05:00

View file

@ -10,8 +10,8 @@ jobs:
- run: set
- run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result
with:
registry: ghcr.io/${{ github.repository_owner }}
repository: nixos-runner
username: ${{ github.actor }}
password: ${{ github.token }}
env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
REPOSITORY: nixos-runner
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}