Skip to content

Commit a273e10

Browse files
ci: simplify docker tag and update workflow version
1 parent be7384a commit a273e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Extract tag
3535
id: tag
3636
run: |
37-
echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
37+
echo "clean_tag=dev" | tee -a $GITHUB_OUTPUT
3838
3939
docker-publish:
4040
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)