Skip to content

Commit

Permalink
feat: cleanup build script
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jun 16, 2022
1 parent baefdd2 commit c0edaf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ jobs:
run: docker load --input this-week-in-past.tar

- name: Push image to Docker Hub
run: |
docker push rouhim/this-week-in-past:latest
run: docker push rouhim/this-week-in-past:latest

- name: Update docker hub description
uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit c0edaf5

Please sign in to comment.