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:03:13 +00:00
parent 7fdec78220
commit 57541edbf3

View File

@@ -37,6 +37,12 @@ jobs:
AUTH=$(printf "%s" "${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}:${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}" | base64 -w 0) AUTH=$(printf "%s" "${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}:${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}" | base64 -w 0)
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
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 - name: Build and push image
run: | run: |
buildctl \ buildctl \