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 6e413a38e4 - Show all commits

View File

@@ -9,7 +9,7 @@ inputs:
description: ""
required: true
registry_password:
registry_description: ""
description: ""
required: true
buildkit_addr:
description: ""
@@ -30,11 +30,8 @@ inputs:
runs:
using: "composite"
steps:
- name: Create kubeconfig
shell: bash
run: |
- name: Authenticate to Gitea registry
shell: bash
run: |
mkdir -p ~/.docker
AUTH=$(printf "%s" "${{ inputs.registry_username }}:${{ inputs.registry_password }}" | base64 -w 0)