feature/new-oci-deployment (#2)
/ ssh-server-container-build-push (push) Successful in 16s
/ ssh-client-container-build-push (push) Successful in 15s

Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-03 01:17:47 +00:00
parent 253e873c66
commit 9d0e7de59e
5 changed files with 18 additions and 22 deletions
@@ -12,10 +12,9 @@ jobs:
runs-on: ["oci-image-builder", "amd64"]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch limbo public actions
env:
RUNNER_TEMP: "${{ runner.temp }}"
@@ -26,15 +25,12 @@ jobs:
- name: Build and push ssh-client container images
uses: ./.gitea/limbo_actions/buildkit-build-push
with:
tags: git.limbosolutions.com/kb/ssh-client
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
tags: oci.limbosolutions.com/public/ssh-client:latest
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }}
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
dockerfile: ${{gitea.workspace}}/docker/ssh-client
context: ${{gitea.workspace}}/docker/ssh-client