This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
context : .
41
41
push : true
42
42
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 }}
45
45
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
47
47
cache-to : type=inline
Original file line number Diff line number Diff line change 1
1
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
3
3
USER node
4
4
WORKDIR /usr/src/app
5
5
COPY . .
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ $ docker run \
169
169
--detach \
170
170
--env FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD \
171
171
-v ./state:/home/node/.local/state/
172
- ghcr.io/filecoin-station /core
172
+ ghcr.io/CheckerNetwork /core
173
173
` ` `
174
174
175
175
# # Manual Deployment (Ubuntu)
You can’t perform that action at this time.
0 commit comments