From 4a2904ea3bf014240ebde23777d3beab4d9973bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Sep 2025 10:01:35 +0000 Subject: [PATCH] . --- .gitea/workflows/ssh-client-build-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 0d578d1..8af57a2 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -9,7 +9,7 @@ on: jobs: ssh-client: - + runs-on: ubuntu-latest defaults: run: @@ -31,7 +31,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ${{gitea.workspace}}docker/ssh-client/Dockerfile + file: ${{gitea.workspace}}/docker/ssh-client/Dockerfile push: true tags: git.limbosolutions.com/kb/ssh-client