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: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAMESPACE: ${{ github.repository }}
jobs: jobs:
build: build:
@@ -35,6 +34,9 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Set lowercase image namespace
run: echo "IMAGE_NAMESPACE=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4