Skip to content

Commit 4ae425d

Browse files
authored
Merge pull request #19 from MinaFoundation/fix-docker-publish
Fix docker publish checktag
2 parents 3409974 + 47e96fd commit 4ae425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: 🔍 Check if Web Tag already exists
5252
id: check-web-tag
53-
uses: tyriis/docker-image-tag-exists@main
53+
uses: tyriis/docker-image-tag-exists@v2.0.1
5454
with:
5555
registry: ${{ env.ECR_REPOSITORY_URL}}
5656
repository: ${{ env.ECR_REPOSITORY_NAME_WEB }}

0 commit comments

Comments
 (0)