Skip to content

Commit 9b6f2aa

Browse files
committed
Fix workflow: image tag
1 parent 7edb7b4 commit 9b6f2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
context: .
7272
push: true
73-
tags: ghcr.io/$GITHUB_REPOSITORY_OWNER/yamles-utils:${{ needs.build.outputs.PROJECT_VERSION }}
73+
tags: ghcr.io/${{ github.repository_owner }}/yamles-utils:${{ needs.build.outputs.PROJECT_VERSION }}

0 commit comments

Comments
 (0)