We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a230e commit 3f4c71dCopy full SHA for 3f4c71d
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Set Environment Variables
14
run: |
15
- echo "IMAGE=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
+ echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
16
echo "BUILD_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
17
echo "BUILD_VERSION=${GITHUB_REF/"refs/tags/release/"/}" >> $GITHUB_ENV
18
echo "BUILD_SHA=$GITHUB_SHA" >> $GITHUB_ENV
0 commit comments