odified: .gitea/workflows/ docker-image.deploy.yml

This commit is contained in:
2026-03-14 22:09:12 +00:00
parent c14947b9c0
commit 2ba7c636df

View File

@@ -37,6 +37,7 @@ jobs:
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
- name: Debug paths
run: |
echo "PWD: $(pwd)"
@@ -45,7 +46,6 @@ jobs:
ls -al ./pbsclient/docker || echo "docker dir missing"
- name: Build and push image
working-directory: ${{ env.GITEA_WORKSPACE }}
run: |
buildctl \
--addr unix:///run/buildkit/buildkitd.sock \