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
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6b88933e06 - Show all commits
@@ -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