Skip to content

Commit 3f4c71d

Browse files
committed
Fix repository name
1 parent e1a230e commit 3f4c71d

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Set Environment Variables
1414
run: |
15-
echo "IMAGE=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
15+
echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
1616
echo "BUILD_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
1717
echo "BUILD_VERSION=${GITHUB_REF/"refs/tags/release/"/}" >> $GITHUB_ENV
1818
echo "BUILD_SHA=$GITHUB_SHA" >> $GITHUB_ENV

0 commit comments

Comments
 (0)