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: