modified: .gitea/actions/buildkit-build-publish/action.yaml
Some checks failed
/ build-image (push) Failing after 14s

This commit is contained in:
2026-03-14 23:49:03 +00:00
parent 9917a6047b
commit 6e413a38e4

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)