From d491f9050dca039a99488e8f54223a017693b402 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:32:43 -0700 Subject: [PATCH] Fix paths --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2512b64..951a46f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: env: REGISTRY: forge.quinefoundation.com - IMAGE: forge.quinefoundation.com/ironmagma/customer-riverside + IMAGE: forge.quinefoundation.com/cold-air-networks/customer-riverside jobs: build: @@ -47,7 +47,7 @@ jobs: -u "${REGISTRY_USERNAME}:${REGISTRY_PASSWORD}" \ -H "Accept: application/vnd.oci.image.manifest.v1+json" \ -I \ - "https://${{ env.REGISTRY }}/v2/ironmagma/customer-riverside/manifests/${{ github.sha }}" \ + "https://${{ env.REGISTRY }}/v2/cold-air-networks/customer-riverside/manifests/${{ github.sha }}" \ | grep -i 'docker-content-digest:' | grep -oE '[a-f0-9]{64}') echo "digest=$DIGEST" >> $GITHUB_OUTPUT