modified: .gitea/workflows/ssh-client-build-deploy.yaml
Some checks failed
/ ssh-client (push) Has been cancelled
/ ssh-server (push) Has been cancelled

modified:   .gitea/workflows/ssh-server-build-deploy.yaml
This commit is contained in:
Márcio Fernandes
2026-03-16 01:55:30 +00:00
parent e9d07b5b1e
commit bdae578580
2 changed files with 9 additions and 19 deletions

View File

@@ -19,17 +19,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Log in to git.limbosolutions.com container 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: BUILD_ENV=prod ./scripts/build.sh
- name: Push image
run: docker push git.limbosolutions.com/kb/ssh-server
# - name: Push image
# run: docker push git.limbosolutions.com/kb/ssh-server