Skip to content

Commit 58a4675

Browse files
committed
Fix CI issue
1 parent 0ad4d88 commit 58a4675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: 🔍 Check if Tag already exists
5050
id: checktag
51-
uses: tyriis/docker-image-tag-exists@main
51+
uses: tyriis/docker-image-tag-exists@v2.0.1
5252
with:
5353
registry: ${{ env.ECR_REPOSITORY_URL}}
5454
repository: ${{ env.ECR_REPOSITORY_NAME }}

0 commit comments

Comments
 (0)