Compare commits

..

No commits in common. "a86893556ceff939adbe77a946f23ca4bd4eaa29" and "963e840874f8254185b91a737dd20178b56deb53" have entirely different histories.

View file

@ -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 }}