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: ""
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user