fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-08-29 09:16:03 -05:00
parent 1cb1e249f8
commit a86893556c
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -10,8 +10,8 @@ jobs:
- run: set
- run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result
secrets:
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 }}