Skip to content

Commit

Permalink
prepend ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino authored Feb 29, 2024
1 parent 815de14 commit d600627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
context: image
push: true
tags: |
${{ env.REPO }}:${{ github.ref_name }}
${{ env.REPO }}:latest
ghcr.io/${{ env.REPO }}:${{ github.ref_name }}
ghcr.io/${{ env.REPO }}:latest

0 comments on commit d600627

Please sign in to comment.