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 4 additions and 1 deletions
Showing only changes of commit c3f7dce13c - Show all commits
@@ -70,6 +70,8 @@ runs:
echo "build and push image to ${{ inputs.registry_addr }}" echo "build and push image to ${{ inputs.registry_addr }}"
cat "$DOCKER_CONFIG_DIR/config.json"
buildctl \ buildctl \
--addr ${{ inputs.buildkit_addr }} \ --addr ${{ inputs.buildkit_addr }} \
build \ build \
@@ -22,6 +22,7 @@ jobs:
run: | run: |
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1 curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
- name: Build and push ssh-client container images - name: Build and push ssh-client container images
uses: ./.gitea/actions/buildkit-build-push-dev uses: ./.gitea/actions/buildkit-build-push-dev
with: with: