We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0fded commit b1f81b0Copy full SHA for b1f81b0
.github/workflows/build-deploy.yml
@@ -75,8 +75,4 @@ jobs:
75
- name: Push Docker image
76
run: |
77
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
78
- docker push \
79
- williarin/secure-mysql-backups:latest \
80
- williarin/secure-mysql-backups:$CI_REF_NAME \
81
- williarin/secure-mysql-backups:${{ env.TAG_MAJOR }} \
82
- williarin/secure-mysql-backups:${{ env.TAG_MINOR }}
+ docker push --all-tags williarin/secure-mysql-backups
0 commit comments