1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-01 20:50:09 +02:00

Update push-multi-registries.md

This commit is contained in:
Peter Buffon 2021-03-05 20:07:12 -08:00 committed by GitHub
parent 0ec1157bb5
commit 8bc0169cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
user/app:latest
user/app:1.0.0
ghcr.io/user/app:latest
ghcr.io/user/app:1.0.0
```