From 7e48cbe1aa93d492d26e4f29397ee26b9c8c4133 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Dec 2025 21:16:57 -0500 Subject: [PATCH] Set file location --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e309f373..09e406ad 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -322,13 +322,18 @@ jobs: shell: bash - name: Login to GHCR + env: + REGISTRY_AUTH_FILE: ${{ runner.temp }}/containers/auth.json run: | + mkdir -p "$(dirname "$REGISTRY_AUTH_FILE")" skopeo login ghcr.io -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}" shell: bash - name: Copy tag from Docker Hub to GHCR # Mirror the already-built image (all architectures) to GHCR so we can sign it # Wait a bit for both architectures to be available in Docker Hub manifest + env: + REGISTRY_AUTH_FILE: ${{ runner.temp }}/containers/auth.json run: | set -euo pipefail TAG=${{ env.TAG }}