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