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: nix build -L .#nixos-runner
|
||||
- run: nix run .#push-container -- result
|
||||
secrets:
|
||||
registry: ghcr.io/${{ github.repository_owner }}
|
||||
repository: nixos-runner
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
env:
|
||||
REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||
REPOSITORY: nixos-runner
|
||||
USERNAME: ${{ github.actor }}
|
||||
PASSWORD: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue