Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
whoopsie
  • Loading branch information
JakeWnuk authored May 12, 2024
1 parent c6927a9 commit f795fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/dotfiles:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/ptt:latest
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ptt:latest
cache-to: type=inline

0 comments on commit f795fcd

Please sign in to comment.