feature/buid-Kaniko #1

Merged
marcio.fernandes merged 39 commits from feature/buid-Kaniko into main 2026-03-15 00:25:36 +00:00
Showing only changes of commit 6ebd9b2e0a - Show all commits

View File

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