moved to int128
Some checks failed
/ build-image (push) Failing after 16s

This commit is contained in:
2026-03-14 19:57:26 +00:00
parent 518247d06f
commit 204c04736b

View File

@@ -11,21 +11,22 @@ jobs:
build-image:
runs-on: oci-image-builder
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and push image with Kaniko
uses: aevea/action-kaniko@v1
uses: int128/kaniko-action@v1
with:
registry: git.limbosolutions.com
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
# Path to the Dockerfile and build context
dockerfile: pbsclient/docker/Dockerfile
path: pbsclient
# Build context and Dockerfile
context: ./pbsclient
dockerfile: ./pbsclient/docker/Dockerfile
# Final image destination
# Image destination
destination: git.limbosolutions.com/kb/pbsclient:latest