0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Use --all-tags arg to push all tags

This commit is contained in:
Adrian Dvergsdal 2021-12-18 21:38:05 +01:00
parent 8abb1cce36
commit 8adfb6ed09
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -67,7 +67,7 @@ jobs:
echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login \
-u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
docker push $IMAGE_NAME # no tags specified to include all tags
docker push --all-tags $IMAGE_NAME
docker logout
- name: Push images to GitHub registry