From d10bb0e7c04d3388f0b3e1b723ca202a00c614c9 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Thu, 30 Jan 2025 11:05:03 +0100 Subject: [PATCH] Fix docker after moving to `CheckerNetwork` --- .github/workflows/docker.yml | 6 +++--- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f7d1aecd..b063573b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -40,8 +40,8 @@ jobs: context: . push: true tags: | - ghcr.io/filecoin-station/core - ghcr.io/filecoin-station/core:${{ steps.package-version.outputs.current-version }} + ghcr.io/CheckerNetwork/core + ghcr.io/CheckerNetwork/core:${{ steps.package-version.outputs.current-version }} platforms: linux/amd64,linux/arm64 - cache-from: type=registry,ref=ghcr.io/filecoin-station/core + cache-from: type=registry,ref=ghcr.io/CheckerNetwork/core cache-to: type=inline diff --git a/Dockerfile b/Dockerfile index c8878900..7963e35c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-slim -LABEL org.opencontainers.image.source=https://github.com/filecoin-station/core +LABEL org.opencontainers.image.source=https://github.com/CheckerNetwork/core USER node WORKDIR /usr/src/app COPY . . diff --git a/README.md b/README.md index 77bd240b..901e7df8 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ $ docker run \ --detach \ --env FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD \ -v ./state:/home/node/.local/state/ - ghcr.io/filecoin-station/core + ghcr.io/CheckerNetwork/core ``` ## Manual Deployment (Ubuntu)