Skip to content

Commit

Permalink
Merge pull request #473 from akhilerm/patch-1
Browse files Browse the repository at this point in the history
docs: update tag-push-action to v2
  • Loading branch information
crazy-max committed Sep 28, 2021
2 parents 291bae5 + 541dfa9 commit 04d5124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/copy-between-registries.md
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make tests
- # copy multiplatform image from dockerhub to quay and ghcr
name: Push Image to multiple registries
uses: akhilerm/tag-push-action@v1.0.0
uses: akhilerm/tag-push-action@v2.0.0
with:
src: docker.io/user/app:1.0.0
dst: |
Expand Down

0 comments on commit 04d5124

Please sign in to comment.