[CI][Docker] Push all Docker image tags at once (#5531)

This commit is contained in:
Jan Mikeš 2021-02-13 17:58:29 +01:00 committed by GitHub
parent 5c56de463e
commit 2ac7b5e12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,5 @@ jobs:
- name: Push images
run: |
docker push rector/rector
docker push rector/rector-secured
docker push --all-tags rector/rector
docker push --all-tags rector/rector-secured