Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down