From cc1d168ea70060c17a7c8e1f991e28b5f889a643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 16 Mar 2026 04:57:35 +0000 Subject: [PATCH] modified: .gitea/workflows/ssh-client-build-deploy.yaml --- .gitea/workflows/ssh-client-build-deploy.yaml | 28 +++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index ca21fe4..97e8845 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -17,18 +17,24 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + + - name: Fetch limbo public actions + env: + RUNNER_TEMP: "${{ runner.temp }}" + WORKSPACE: "${{ gitea.workspace }}" + 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 - # id: push - # uses: docker/build-push-action@v6 - # with: - # tags: git.limbosolutions.com/kb/ssh-client - # registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }} - # registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }} - # registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }} - # buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }} - # dockerfile: ${{gitea.workspace}}/docker/ssh-client - # context: . + - name: Build and push ssh-client container images + uses: ./.gitea/limbo_actions/buildkit-build-push + with: + tags: git.limbosolutions.com/kb/ssh-client + registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }} + registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }} + registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }} + buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }} + dockerfile: ${{gitea.workspace}}/docker/ssh-client + context: .