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

This commit is contained in:
Márcio Fernandes
2026-03-16 10:49:44 +00:00
parent ea43fa39f3
commit 801c71d9dd

View File

@@ -10,13 +10,9 @@ jobs:
ssh-server-container-build-push: ssh-server-container-build-push:
runs-on: ["oci-image-builder", "amd64"] runs-on: ["oci-image-builder", "amd64"]
defaults:
run:
working-directory: ${{gitea.workspace}}/docker/ssh-server
steps: steps:
- name: Fetch limbo public actions - name: Fetch limbo public actions
env: env:
RUNNER_TEMP: "${{ runner.temp }}" RUNNER_TEMP: "${{ runner.temp }}"