Skip to content

Commit bb8a624

Browse files
fix(ci): remove debug echo and fix sconify job dependencies
1 parent 0df4986 commit bb8a624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
id: tag
3636
run: |
3737
echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
38-
echo "TAG: dev-${GITHUB_SHA}"
3938
4039
docker-publish:
4140
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
@@ -56,7 +55,7 @@ jobs:
5655

5756
sconify:
5857
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
59-
needs: [docker-publish]
58+
needs: [docker-publish, extract-tag]
6059
with:
6160
image-name: 'iexechub/web3mail-dapp'
6261
image-tag: ${{ needs.extract-tag.outputs.clean_tag }}

0 commit comments

Comments
 (0)