Compare commits
No commits in common. "a86893556ceff939adbe77a946f23ca4bd4eaa29" and "963e840874f8254185b91a737dd20178b56deb53" have entirely different histories.
a86893556c
...
963e840874
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
|
||||||
env:
|
with:
|
||||||
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