Skip to content

Commit 5bb9f4d

Browse files
committed
SBCOSS-399: updated variable name
1 parent f8c99ef commit 5bb9f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
- name: Prepare Docker image name and tag
3232
run: |
33-
REPO_LC=$(echo "${GITHUB_REPOSITORY}" | tr '[:upper:]' '[:lower:]')
33+
REPO_NAME_LOWERCASE=$(echo "${GITHUB_REPOSITORY}" | tr '[:upper:]' '[:lower:]')
3434
TAG_NAME=$(echo "${GITHUB_REF_NAME}" | tr '[:upper:]' '[:lower:]')
3535
BUILD_TAG="${TAG_NAME}_${{ steps.vars.outputs.commit_hash }}_${GITHUB_RUN_NUMBER}"
3636
37-
echo "IMAGE_NAME=ghcr.io/${REPO_LC}" >> $GITHUB_ENV
37+
echo "IMAGE_NAME=ghcr.io/${REPO_NAME_LOWERCASE}" >> $GITHUB_ENV
3838
echo "IMAGE_TAG=${BUILD_TAG}" >> $GITHUB_ENV
3939
4040
- name: Build Docker image

0 commit comments

Comments
 (0)