feature/new-oci-deployment #2

Merged
marcio.fernandes merged 30 commits from feature/new-oci-deployment into main 2026-05-03 01:17:48 +00:00
Showing only changes of commit 0aa7540a5c - Show all commits
@@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Fetch limbo public actions - name: Fetch limbo public actions
env: env:
RUNNER_TEMP: "${{ runner.temp }}" RUNNER_TEMP: "${{ runner.temp }}"
WORKSPACE: "${{ gitea.workspace }}" WORKSPACE: "${{ gitea.workspace }}"
@@ -26,7 +25,7 @@ jobs:
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1 curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
- name: Build and push ssh-client container images - name: Build and push ssh-client container images
uses: ./.gitea/actions/buildkit-build-push-dev uses: ./.gitea/limbo_actions/buildkit-build-push
with: with:
tags: oci.limbosolutions.com/public/ssh-client:latest tags: oci.limbosolutions.com/public/ssh-client:latest
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }} registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}