feature/buid-Kaniko #1

Merged
marcio.fernandes merged 39 commits from feature/buid-Kaniko into main 2026-03-15 00:25:36 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 9917a6047b - Show all commits

View File

@@ -16,7 +16,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build and Push Image - name: Build and Push Image
uses: ./.gitea/actions/buildkit_build_push.yaml uses: ./.gitea/actions/buildkit-build-push
with: with:
registry_addr: git.limbosolutions.com registry_addr: git.limbosolutions.com
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }} registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}