We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390be35 commit e870bcaCopy full SHA for e870bca
1 file changed
.github/workflows/build-and-push.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: docker/metadata-action@v5
26
with:
27
# list of Docker images to use as base name for tags
28
- images: ${{ steps.image-path.outputs.path }}
+ images: ghcr.io/${{ steps.image-path.outputs.path }}
29
# generate Docker tags based on the following events/attributes
30
tags: |
31
type=ref,event=branch
0 commit comments