This commit is contained in:
parent
1cb1e249f8
commit
a86893556c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue