We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfd12b commit a59423dCopy full SHA for a59423d
.github/workflows/deploy-docker.yml
@@ -41,7 +41,7 @@ jobs:
41
file: ./Dockerfile
42
cache-from: type=gha
43
cache-to: type=gha,mode=max
44
- tags: onfinality/networkd_bootstrap:v${{ steps.fetch-version.outputs.VERSION }}
+ tags: subquerynetwork/network_bootstrap:v${{ steps.fetch-version.outputs.VERSION }}
45
build-args: RELEASE_VERSION=${{ steps.fetch-version.outputs.VERSION }}
46
ssh: default
47
0 commit comments