Skip to content

Commit

Permalink
Update build-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Jan 9, 2024
1 parent 672b938 commit fb2808a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}


- name: Pull image from GitHub Container Registry
run: docker pull ghcr.io/insertdisc/pattrmm:latest

- name: Tag for Docker Hub
run: |
docker tag ghcr.io/insertdisc/pattrmm:latest ${{ secrets.DOCKER_HUB_USERNAME }}/pattrmm:latest
Expand Down

0 comments on commit fb2808a

Please sign in to comment.