Skip to content

Commit

Permalink
feat: push only latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed May 21, 2022
1 parent f8b24d4 commit 7ad0c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ jobs:
- name: Push image to Docker Hub
run: |
docker tag rouhim/this-week-in-past:${{ github.sha }} rouhim/this-week-in-past:latest
docker push rouhim/this-week-in-past:${{ github.sha }}
docker push rouhim/this-week-in-past:latest
- name: Update docker hub description
Expand Down

0 comments on commit 7ad0c31

Please sign in to comment.