Normalize IMAGE_NAMESPACE to lowercase

This commit is contained in:
EricX-Zhao
2026-06-22 15:06:49 +03:00
parent 121eef5f69
commit 63c5d7782f
+3 -1
View File
@@ -23,7 +23,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAMESPACE: ${{ github.repository }}
jobs:
build:
@@ -35,6 +34,9 @@ jobs:
fail-fast: false
steps:
- name: Set lowercase image namespace
run: echo "IMAGE_NAMESPACE=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4