Skip to content

Commit 19187e3

Browse files
committed
fix(env): try and fix the environment variable
1 parent b133669 commit 19187e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: meta
3939
uses: crazy-max/ghaction-docker-meta@v3
4040
with:
41-
images: ${{ env.GITHUB_REPOSITORY }}
41+
images: ${{ github.repository }}
4242
tags: |
4343
type=semver,pattern={{version}},value=${{ steps.release.outputs.release-version }}
4444
type=ref,event=branch

0 commit comments

Comments
 (0)