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 68213c8f72 - Show all commits

View File

@@ -33,10 +33,10 @@ jobs:
'
sleep 3
- name: Check BuildKit daemon
run: |
ls -l /run/buildkit
cat /tmp/buildkitd.log || tru
# - name: Check BuildKit daemon
# run: |
# ls -l /run/buildkit
# cat /tmp/buildkitd.log || tru
- name: Authenticate to Gitea registry
run: |
@@ -45,12 +45,12 @@ jobs:
printf '{"auths":{"git.limbosolutions.com":{"auth":"%s"}}}' "$AUTH" > ~/.docker/config.json
- name: Debug paths
run: |
echo "PWD: $(pwd)"
ls -al
ls -al ./pbsclient || echo "pbsclient missing"
ls -al ./pbsclient/docker || echo "docker dir missing"
# - name: Debug paths
# run: |
# echo "PWD: $(pwd)"
# ls -al
# ls -al ./pbsclient || echo "pbsclient missing"
# ls -al ./pbsclient/docker || echo "docker dir missing"
- name: Build and push image
run: |