modified: .gitea/workflows/ssh-client-build-deploy.yaml
Some checks failed
/ ssh-server-container-build-push (push) Failing after 0s
/ ssh-client-container-build-push (push) Successful in 18s

modified:   .gitea/workflows/ssh-server-build-deploy.yaml
This commit is contained in:
Márcio Fernandes
2026-03-16 10:48:39 +00:00
parent a2046ebfd2
commit ea43fa39f3
2 changed files with 22 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
ssh-client:
ssh-client-container-build-push:
runs-on: ["oci-image-builder", "amd64"]
steps:
@@ -32,7 +32,7 @@ jobs:
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
dockerfile: ${{gitea.workspace}}/docker/ssh-client
context: .
context: ${{gitea.workspace}}/docker/ssh-client