Skip to content

Commit 541dfa9

Browse files
committed
update tag-push-action to v2
update tag push action to v2 which uses crane instead of containerd for pushing the images Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
1 parent 291bae5 commit 541dfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/copy-between-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: make tests
6363
- # copy multiplatform image from dockerhub to quay and ghcr
6464
name: Push Image to multiple registries
65-
uses: akhilerm/tag-push-action@v1.0.0
65+
uses: akhilerm/tag-push-action@v2.0.0
6666
with:
6767
src: docker.io/user/app:1.0.0
6868
dst: |

0 commit comments

Comments
 (0)