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: set
- run: nix build -L .#nixos-runner - run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result - run: nix run .#push-container -- result
secrets: env:
registry: ghcr.io/${{ github.repository_owner }} REGISTRY: ghcr.io/${{ github.repository_owner }}
repository: nixos-runner REPOSITORY: nixos-runner
username: ${{ github.actor }} USERNAME: ${{ github.actor }}
password: ${{ github.token }} PASSWORD: ${{ github.token }}