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: 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
with: 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 }}