Update Docker image push command to remove specific tags and only push the latest image

This commit is contained in:
Mo Tarbin 2024-09-06 00:59:41 -04:00
parent bc2b0edba2
commit 6e5b877855

View file

@ -49,5 +49,4 @@ jobs:
# Push Docker image # Push Docker image
- name: Push Docker image - name: Push Docker image
run: | run: |
docker push ${{ secrets.DOCKER_USERNAME }}/donetick:${{ github.sha }} docker push ${{ secrets.DOCKER_USERNAME }}/donetick
docker push ${{ secrets.DOCKER_USERNAME }}/donetick:latest