Skip to content

Commit 4b0822e

Browse files
Fix ECR publish workflow (#169)
1 parent 79bdc75 commit 4b0822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ecr-public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
latest=false
8686

8787
- name: Push image to ECR Public registry
88-
uses: akhilerm/tag-push-action@v2
88+
uses: akhilerm/tag-push-action@v2.2.0
8989
with:
9090
src: ${{ steps.meta.outputs.tags }}
9191
dst: public.ecr.aws/s0t1h2z6/arcane/${{ github.event.repository.name }}:${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)