Skip to content

Commit

Permalink
Update build-and-push.yml to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Apr 29, 2024
1 parent b2854f9 commit 8af2027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
Expand Down

0 comments on commit 8af2027

Please sign in to comment.