Skip to content

Commit

Permalink
fix registry name in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe authored and Nadia Santalla committed Nov 28, 2024
1 parent 3e2b03d commit 8a885e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: docker/build-push-action@v6
with:
tags: |-
${{ github.repository }}:${{ steps.repo.outputs.version }}
ghcr.io/${{ github.repository }}:${{ steps.repo.outputs.version }}
push: true
platforms: linux/amd64,linux/arm64

0 comments on commit 8a885e5

Please sign in to comment.