modified: .gitea/workflows/ docker-image.deploy.yml
Some checks failed
/ build-image (push) Failing after 16s

This commit is contained in:
2026-03-14 22:17:52 +00:00
parent 4122eb7e84
commit 68213c8f72

View File

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