modified: .gitea/actions/buildkit-build-push/action.yaml
All checks were successful
/ build-image (push) Successful in 14s

This commit is contained in:
2026-03-15 00:15:58 +00:00
parent 77c40c879c
commit 6ebd9b2e0a

View File

@@ -33,7 +33,7 @@ runs:
- name: Authenticate to Gitea registry
shell: bash
run: |
Create a temporary file inside GITHUB_TEMP
# Create a temporary file inside GITHUB_TEMP
DOCKER_CONFIG_FILE="${GITHUB_TEMP}/docker_config.json"
# Ensure cleanup ALWAYS happens