mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 10:03:35 -05:00
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>
This commit is contained in:
parent
291bae5a41
commit
541dfa92f4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ jobs:
|
||||||
run: make tests
|
run: make tests
|
||||||
- # copy multiplatform image from dockerhub to quay and ghcr
|
- # copy multiplatform image from dockerhub to quay and ghcr
|
||||||
name: Push Image to multiple registries
|
name: Push Image to multiple registries
|
||||||
uses: akhilerm/tag-push-action@v1.0.0
|
uses: akhilerm/tag-push-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
src: docker.io/user/app:1.0.0
|
src: docker.io/user/app:1.0.0
|
||||||
dst: |
|
dst: |
|
||||||
|
|
Loading…
Reference in a new issue