From c3f7dce13cc26873350f6a31bd1a4bd8d6be41e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 3 May 2026 00:33:44 +0000 Subject: [PATCH] modified: .gitea/actions/buildkit-build-push-dev/action.yaml modified: .gitea/workflows/ssh-client-build-deploy.yaml --- .gitea/actions/buildkit-build-push-dev/action.yaml | 4 +++- .gitea/workflows/ssh-client-build-deploy.yaml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/buildkit-build-push-dev/action.yaml b/.gitea/actions/buildkit-build-push-dev/action.yaml index d72f9b8..e87715c 100644 --- a/.gitea/actions/buildkit-build-push-dev/action.yaml +++ b/.gitea/actions/buildkit-build-push-dev/action.yaml @@ -69,7 +69,9 @@ runs: echo "Using build args: $BUILD_ARG_FLAGS" echo "build and push image to ${{ inputs.registry_addr }}" - + + cat "$DOCKER_CONFIG_DIR/config.json" + buildctl \ --addr ${{ inputs.buildkit_addr }} \ build \ diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 6868754..7476bbc 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -22,6 +22,7 @@ jobs: run: | curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1 + - name: Build and push ssh-client container images uses: ./.gitea/actions/buildkit-build-push-dev with: