.
Some checks failed
/ ssh-client-container (push) Failing after 23s
/ ssh-server-container (push) Failing after 5s

This commit is contained in:
2025-09-06 23:41:03 +00:00
parent f6e6d4dba9
commit aba6eca9ab

View File

@@ -7,7 +7,7 @@ on:
- cron: "0 02 * * *"
jobs:
build-docker-image:
ssh-client-container:
runs-on: ubuntu-latest
steps:
@@ -31,6 +31,23 @@ jobs:
push: true
tags: git.limbosolutions.com/kb/ssh-client
ssh-server-container:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Log in to git.limbosolutions.com docker registry
uses: docker/login-action@v3
with:
registry: git.limbosolutions.com
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
- name: Build ssh-server images
run: |
cd ${{gitea.workspace}}/ssh-server