diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 4222fdd..9358f8e 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ${{gitea.workspace}}/docker/ssh-client + working-directory: ${{gitea.workspace}}docker/ssh-client steps: - name: Checkout code @@ -30,7 +30,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: Dockerfile + file: ${{gitea.workspace}}docker/ssh-client/Dockerfile push: true tags: git.limbosolutions.com/kb/ssh-client diff --git a/.gitea/workflows/ssh-server-build-deploy.yaml b/.gitea/workflows/ssh-server-build-deploy.yaml index 8d53193..dcde3f6 100644 --- a/.gitea/workflows/ssh-server-build-deploy.yaml +++ b/.gitea/workflows/ssh-server-build-deploy.yaml @@ -9,7 +9,6 @@ on: jobs: ssh-server: - runs-on: ubuntu-latest defaults: run: