Skip to content

Commit d6fdcda

Browse files
ENG-497 docker publish in release workflow
1 parent f85846f commit d6fdcda

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ jobs:
114114
run: |
115115
rm -rf /tmp/.buildx-cache
116116
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
117+
118+

docs-v1/run-random-beacon.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ See the link:development#building[building] section in our developer docs.
267267

268268
=== Get Image
269269

270-
https://hub.docker.com/r/keepnetwork/keep-client/
270+
https://hub.docker.com/r/thresholdnetwork/keep-client/
271271

272272
*Latest:*
273-
`docker pull keepnetwork/keep-client`
273+
`docker pull thresholdnetwork/keep-client`
274274

275275
*Tag:*
276-
`docker pull keepnetwork/keep-client:<tag-version>`
276+
`docker pull thresholdnetwork/keep-client:<tag-version>`
277277

278278
=== Run Image
279279
This is a sample run command for illustration purposes only.
@@ -293,7 +293,7 @@ docker run -d \
293293
--log-opt max-size=100m \
294294
--log-opt max-file=3 \
295295
-p 3919:3919 \
296-
keepnetwork/keep-client:<version> --config /mnt/keep-client/config/keep-client-config.toml start
296+
thresholdnetwork/keep-client:<version> --config /mnt/keep-client/config/keep-client-config.toml start
297297
----
298298

299299
== Deployment Considerations

docs/resources/docker-start-mainnet-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker run --detach \
1515
--log-opt max-file=3 \
1616
-p 3919:3919 \
1717
-p 9601:9601 \
18-
keepnetwork/keep-client:latest \
18+
thresholdnetwork/keep-client:latest \
1919
start \
2020
--ethereum.url $ETHEREUM_WS_URL \
2121
--ethereum.keyFile /mnt/keep/config/$OPERATOR_KEY_FILE_NAME \

infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commonLabels:
1010

1111
images:
1212
- name: keep-maintainer
13-
newName: keepnetwork/keep-client
13+
newName: thresholdnetwork/keep-client
1414
newTag: v2.1.0
1515

1616
configMapGenerator:

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ docker buildx build \
2929
docker buildx build \
3030
--platform=linux/amd64 \
3131
--target runtime-docker \
32-
--tag keepnetwork/keep-client:latest \
33-
--tag keepnetwork/keep-client:${VERSION} \
34-
--tag keepnetwork/keep-client:${ENVIRONMENT} \
32+
--tag thresholdnetwork/keep-client:latest \
33+
--tag thresholdnetwork/keep-client:${VERSION} \
34+
--tag thresholdnetwork/keep-client:${ENVIRONMENT} \
3535
--build-arg ENVIRONMENT=${ENVIRONMENT} \
3636
--build-arg VERSION=${VERSION} \
3737
--build-arg REVISION=${REVISION} \

0 commit comments

Comments
 (0)