This commit is contained in:
parent
9416c159c6
commit
d699087e20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- run: nix build -L .#nixos-runner
|
- run: nix build -L .#nixos-runner
|
||||||
- run: nix run .#push-container -- result
|
- run: nix run .#push-container -- result
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io/${{ github.repository_owner }}
|
REGISTRY: https://ghcr.io/${{ github.repository_owner }}
|
||||||
REPOSITORY: nixos-runner
|
REPOSITORY: nixos-runner
|
||||||
USERNAME: ${{ github.actor }}
|
USERNAME: ${{ github.actor }}
|
||||||
PASSWORD: ${{ github.token }}
|
PASSWORD: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in a new issue