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 1 additions and 2 deletions
Showing only changes of commit 6edddbd090 - Show all commits
@@ -70,7 +70,7 @@ runs:
echo "build and push image to ${{ inputs.registry_addr }}"
buildctl \
DOCKER_CONFIG="$DOCKER_CONFIG" buildctl \
--addr ${{ inputs.buildkit_addr }} \
build \
--frontend=dockerfile.v0 \
@@ -18,7 +18,6 @@ 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