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 ae82954 commit 4ff39a4Copy full SHA for 4ff39a4
.github/workflows/docker-push.yml
@@ -31,7 +31,7 @@ jobs:
31
needs: compute-tag
32
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
33
with:
34
- image-name: 'iexechub/voucher-subgraph-deployer'
+ image-name: 'iexechub/poco-subgraph-deployer'
35
image-tag: ${{ needs.compute-tag.outputs.computed_tag }}
36
security-scan: false
37
hadolint: false
.github/workflows/docker-test.yml
@@ -6,7 +6,7 @@ jobs:
6
build-test:
7
8
9
10
image-tag: ${{ github.sha }}
11
push: false
12
security-scan: true
0 commit comments