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:
parent
8abb1cce36
commit
8adfb6ed09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue