Skip to content

Commit

Permalink
ci: fix docker push syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin committed Jan 7, 2022
1 parent 7b0fded commit b1f81b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,4 @@ jobs:
- name: Push Docker image
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
docker push \
williarin/secure-mysql-backups:latest \
williarin/secure-mysql-backups:$CI_REF_NAME \
williarin/secure-mysql-backups:${{ env.TAG_MAJOR }} \
williarin/secure-mysql-backups:${{ env.TAG_MINOR }}
docker push --all-tags williarin/secure-mysql-backups

0 comments on commit b1f81b0

Please sign in to comment.