From b5207d2ccab874889925775766ee8d480e6dc65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 2 May 2026 13:10:00 +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 | 2 +- .gitea/workflows/ssh-client-build-deploy.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/actions/buildkit-build-push-dev/action.yaml b/.gitea/actions/buildkit-build-push-dev/action.yaml index 3b1ccb8..387d30b 100644 --- a/.gitea/actions/buildkit-build-push-dev/action.yaml +++ b/.gitea/actions/buildkit-build-push-dev/action.yaml @@ -84,5 +84,5 @@ runs: --local dockerfile=${{ inputs.dockerfile }} \ --opt filename=${{ inputs.filename }} \ $BUILD_ARG_FLAGS \ - --output type=image,name=${{ inputs.tags }},push=true,registry.config="$AUTH_JSON" + --output type=image,name=${{ inputs.tags }},push=true" diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index b08bde9..d1a1902 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -16,7 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Fetch limbo public actions env: RUNNER_TEMP: "${{ runner.temp }}"