We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad4d88 commit 58a4675Copy full SHA for 58a4675
.github/workflows/build-publish.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: 🔍 Check if Tag already exists
50
id: checktag
51
- uses: tyriis/docker-image-tag-exists@main
+ uses: tyriis/docker-image-tag-exists@v2.0.1
52
with:
53
registry: ${{ env.ECR_REPOSITORY_URL}}
54
repository: ${{ env.ECR_REPOSITORY_NAME }}
0 commit comments