Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit d4e2f49

Browse files
authored
Fix docker after moving to CheckerNetwork (#671)
1 parent 5f1d0a4 commit d4e2f49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
context: .
4141
push: true
4242
tags: |
43-
ghcr.io/filecoin-station/core
44-
ghcr.io/filecoin-station/core:${{ steps.package-version.outputs.current-version }}
43+
ghcr.io/CheckerNetwork/core
44+
ghcr.io/CheckerNetwork/core:${{ steps.package-version.outputs.current-version }}
4545
platforms: linux/amd64,linux/arm64
46-
cache-from: type=registry,ref=ghcr.io/filecoin-station/core
46+
cache-from: type=registry,ref=ghcr.io/CheckerNetwork/core
4747
cache-to: type=inline

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:22.13.1-slim
2-
LABEL org.opencontainers.image.source=https://github.com/filecoin-station/core
2+
LABEL org.opencontainers.image.source=https://github.com/CheckerNetwork/core
33
USER node
44
WORKDIR /usr/src/app
55
COPY . .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ docker run \
169169
--detach \
170170
--env FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD \
171171
-v ./state:/home/node/.local/state/
172-
ghcr.io/filecoin-station/core
172+
ghcr.io/CheckerNetwork/core
173173
```
174174
175175
## Manual Deployment (Ubuntu)

0 commit comments

Comments
 (0)