mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Merge pull request #473 from akhilerm/patch-1
docs: update tag-push-action to v2
This commit is contained in:
commit
04d5124fcb
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue