Skip to content

Commit da2a654

Browse files
authored
chore: fix ci repo name
1 parent 4e11bd9 commit da2a654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id: meta
7777
with:
7878
images: |
79-
ghcr.io/${{ github.repository_owner }}/${{ REPO_NAME }}
79+
ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME }}
8080
tags: |
8181
latest
8282
${{ needs.changelog.outputs.version }}

0 commit comments

Comments
 (0)