Skip to content

Commit

Permalink
remove registry name from tags in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfleas committed Feb 27, 2024
1 parent 79f39cb commit 74a4832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
context: ${{ matrix.image_folder }}/.
push: true
tags: synapsestudios/${{ steps.set_image_name.outputs.image_name }}:latest
tags: ${{ steps.set_image_name.outputs.image_name }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 74a4832

Please sign in to comment.