From 990de0e77ec87dfeaa2dbf81b6a0eeaf20e21762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 16 Mar 2026 04:54:41 +0000 Subject: [PATCH] modified: .gitea/workflows/ssh-client-build-deploy.yaml --- .gitea/workflows/ssh-client-build-deploy.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 119f170..ca21fe4 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -4,7 +4,7 @@ on: - "docker/ssh-client/**" - ".gitea/workflows/ssh-client**" schedule: - - cron: "0 15 * * 6" #every Saturday at 3:00 PM, + - cron: "0 14 * * 6" #every Saturday at 2:00 PM, jobs: @@ -18,17 +18,17 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - 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 + # 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: .