From 963e840874f8254185b91a737dd20178b56deb53 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 29 Aug 2023 09:09:18 -0500 Subject: [PATCH] try fixing github build --- .github/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4840577..a86c2aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,4 +9,9 @@ jobs: - uses: actions/checkout@v3 - run: set - run: nix build -L .#nixos-runner - - run: nix run .#push-container -- result --repository jcollie/nixos-runner + - run: nix run .#push-container -- result + with: + registry: ghcr.io/${{ github.repository_owner }} + repository: nixos-runner + username: ${{ github.actor }} + password: ${{ github.token }}