feature/buid-Kaniko #1

Merged
marcio.fernandes merged 39 commits from feature/buid-Kaniko into main 2026-03-15 00:25:36 +00:00
Showing only changes of commit f672c71a68 - Show all commits

View File

@@ -20,10 +20,11 @@ jobs:
- name: Login to Gitea registry
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
docker login git.limbosolutions.com \
buildctl login \
--username "${{ secrets.REGISTRY_USERNAME }}" \
--password-stdin
--password "${{ secrets.REGISTRY_PASSWORD }}" \
git.limbosolutions.com
- name: Build and push image
run: |