modified: .gitea/actions/buildkit-build-publish/action.yaml
Some checks failed
/ build-image (push) Failing after 14s
Some checks failed
/ build-image (push) Failing after 14s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user