We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bdc75 commit 4b0822eCopy full SHA for 4b0822e
.github/workflows/publish-ecr-public.yaml
@@ -85,7 +85,7 @@ jobs:
85
latest=false
86
87
- name: Push image to ECR Public registry
88
- uses: akhilerm/tag-push-action@v2
+ uses: akhilerm/tag-push-action@v2.2.0
89
with:
90
src: ${{ steps.meta.outputs.tags }}
91
dst: public.ecr.aws/s0t1h2z6/arcane/${{ github.event.repository.name }}:${{ steps.meta.outputs.version }}
0 commit comments