Skip to content

Commit b1f81b0

Browse files
committed
ci: fix docker push syntax
1 parent 7b0fded commit b1f81b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,4 @@ jobs:
7575
- name: Push Docker image
7676
run: |
7777
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 }}
78+
docker push --all-tags williarin/secure-mysql-backups

0 commit comments

Comments
 (0)