Skip to content

Commit 52f55ca

Browse files
committed
Fix: use github context to get repository name
1 parent bfe612e commit 52f55ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: meta
3030
uses: docker/metadata-action@v4
3131
with:
32-
images: ${{ env.GITHUB_REPOSITORY }}
32+
images: ${{ github.repository }}
3333
# https://github.com/marketplace/actions/docker-metadata-action#tags-input
3434
tags: |
3535
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)