From 541dfa92f4abb86c439f5286fd7bec0c262f71da Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Tue, 28 Sep 2021 12:40:45 +0530 Subject: [PATCH] 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 --- docs/advanced/copy-between-registries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/copy-between-registries.md b/docs/advanced/copy-between-registries.md index 9c204a620..8d68ed48a 100644 --- a/docs/advanced/copy-between-registries.md +++ b/docs/advanced/copy-between-registries.md @@ -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: |