fix
This commit is contained in:
parent
963e840874
commit
1cb1e249f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -10,7 +10,7 @@ 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:
|
secrets:
|
||||||
registry: ghcr.io/${{ github.repository_owner }}
|
registry: ghcr.io/${{ github.repository_owner }}
|
||||||
repository: nixos-runner
|
repository: nixos-runner
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
Loading…
Reference in a new issue