Skip to content

Commit 4ff39a4

Browse files
committed
fix: update image name to 'iexechub/poco-subgraph-deployer' in workflow files
1 parent ae82954 commit 4ff39a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: compute-tag
3232
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
3333
with:
34-
image-name: 'iexechub/voucher-subgraph-deployer'
34+
image-name: 'iexechub/poco-subgraph-deployer'
3535
image-tag: ${{ needs.compute-tag.outputs.computed_tag }}
3636
security-scan: false
3737
hadolint: false

.github/workflows/docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-test:
77
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
88
with:
9-
image-name: 'iexechub/voucher-subgraph-deployer'
9+
image-name: 'iexechub/poco-subgraph-deployer'
1010
image-tag: ${{ github.sha }}
1111
push: false
1212
security-scan: true

0 commit comments

Comments
 (0)