From 795c5a1b1ef220b8cfabdf6540b8572fe7c08c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 2 May 2026 11:58:56 +0000 Subject: [PATCH] modified: .gitea/actions/buildkit-build-push-dev/action.yaml --- .../buildkit-build-push-dev/action.yaml | 73 ++++++++++--------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/.gitea/actions/buildkit-build-push-dev/action.yaml b/.gitea/actions/buildkit-build-push-dev/action.yaml index 4ffdfdd..84c5a0c 100644 --- a/.gitea/actions/buildkit-build-push-dev/action.yaml +++ b/.gitea/actions/buildkit-build-push-dev/action.yaml @@ -38,50 +38,51 @@ runs: - name: run buildctl build and push shell: bash run: | - ############################################### - # Create DOCKER_CONFIG for this pipeline - ############################################### + ############################################### + # Create DOCKER_CONFIG for this pipeline + ############################################### - DOCKER_CONFIG_DIR="${RUNNER_TEMP}/.buildctl_docker" - mkdir -p "$DOCKER_CONFIG_DIR" + DOCKER_CONFIG_DIR="${RUNNER_TEMP}/.buildctl_docker" + mkdir -p "$DOCKER_CONFIG_DIR" - trap 'rm -rf "$DOCKER_CONFIG_DIR"' EXIT + trap 'rm -rf "$DOCKER_CONFIG_DIR"' EXIT - AUTH=$(printf "%s:%s" "${{ inputs.registry_username }}" "${{ inputs.registry_password }}" | base64 -w0) + AUTH=$(printf "%s:%s" "${{ inputs.registry_username }}" "${{ inputs.registry_password }}" | base64 -w0) - cat > "$DOCKER_CONFIG_DIR/config.json" < "$DOCKER_CONFIG_DIR/config.json" <