Skip to content

Commit bfe612e

Browse files
committed
Fix: Use expression syntax for Docker JBI repo
1 parent 7c339a2 commit bfe612e

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: $GITHUB_REPOSITORY
32+
images: ${{ env.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)