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 4c93c03 commit 0df4986Copy full SHA for 0df4986
.github/workflows/dapp-deploy.yml
@@ -33,7 +33,9 @@ jobs:
33
34
- name: Extract tag
35
id: tag
36
- run: echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
+ run: |
37
+ echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
38
+ echo "TAG: dev-${GITHUB_SHA}"
39
40
docker-publish:
41
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments