update gh workflow
This commit is contained in:
parent
89c1d7b8c0
commit
746598a2bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.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: ghcr.io
|
||||||
REPOSITORY: nixos-runner
|
REPOSITORY: ${{ github.repository_owner }}/nixos-runner
|
||||||
USERNAME: ${{ github.actor }}
|
USERNAME: ${{ github.actor }}
|
||||||
PASSWORD: ${{ github.token }}
|
PASSWORD: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in a new issue