modified: .gitea/actions/buildkit-build-push-dev/action.yaml
/ ssh-client-container-build-push (push) Failing after 16s

modified:   .gitea/workflows/ssh-client-build-deploy.yaml

aa
This commit is contained in:
Márcio Fernandes
2026-05-03 00:40:52 +00:00
parent 73892b4c06
commit 6b88933e06
2 changed files with 2 additions and 1 deletions
@@ -43,7 +43,7 @@ runs:
mkdir -p "$DOCKER_CONFIG"
# clean up
trap 'rm -rf "$DOCKER_CONFIG_DIR"' EXIT
trap 'rm -rf "$DOCKER_CONFIG"' EXIT
USER='${{ inputs.registry_username }}'
@@ -18,6 +18,7 @@ jobs:
- name: Fetch limbo public actions
env:
RUNNER_TEMP: "${{ runner.temp }}"
WORKSPACE: "${{ gitea.workspace }}"
run: |
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1