feature/ssh-server #1

Merged
marcio.fernandes merged 21 commits from feature/ssh-server into main 2025-09-07 13:50:19 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 53a9c64d29 - Show all commits

View File

@@ -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

View File

@@ -9,7 +9,6 @@ on:
jobs:
ssh-server:
runs-on: ubuntu-latest
defaults:
run: