We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab70453 commit b58e580Copy full SHA for b58e580
.github/workflows/image.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: build the image
20
run: |
21
docker buildx build --push \
22
- --tag zelcash/kadena-chainweb-node:2.6 \
23
- --platform linux/amd64,linux/arm64 .
+ --tag zelcash/kadena-chainweb-node:2.7 \
+ --platform linux/amd64,linux/arm64 .
0 commit comments