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