From 7e309b19e11cbc7a51a718c5d4948aef0f96307f Mon Sep 17 00:00:00 2001 From: MoonBoi9001 Date: Thu, 17 Sep 2026 17:42:10 +0300 Subject: [PATCH] fix(ci): publish container images under the graphprotocol organisation The repository moved from the edgeandnode organisation to graphprotocol, but the image build still pushed to the old registry path, which the workflow token can no longer write to, so every main-branch build since the move has failed at the push step and no release image exists. --- .github/workflows/build.yml | 4 ++-- docker-compose.yml | 2 +- k8s/deployment.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b345e0..3bbbb5d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: contents: read packages: write env: - IMAGE: ghcr.io/edgeandnode/${{ matrix.target }} + IMAGE: ghcr.io/graphprotocol/${{ matrix.target }} steps: - name: Prepare platform pair run: | @@ -106,7 +106,7 @@ jobs: contents: read packages: write env: - IMAGE: ghcr.io/edgeandnode/${{ matrix.target }} + IMAGE: ghcr.io/graphprotocol/${{ matrix.target }} steps: - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: diff --git a/docker-compose.yml b/docker-compose.yml index 8d28820d..393a4d1a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: dipper-service: - image: ghcr.io/edgeandnode/dipper-service:${DIPPER_TAG:-local} + image: ghcr.io/graphprotocol/dipper-service:${DIPPER_TAG:-local} build: context: . dockerfile: Dockerfile diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index ed5dca9a..ce97021b 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -25,7 +25,7 @@ spec: fsGroup: 1000 containers: - name: dipper - image: ghcr.io/edgeandnode/dipper-service:v0.1.11 # x-release-please-version + image: ghcr.io/graphprotocol/dipper-service:v0.1.11 # x-release-please-version args: - /config/config.json ports: