Update .gitea/workflows/docker-build-and-push.yml
Build and Push Docker Image / docker (push) Failing after 2s

This commit is contained in:
mc
2026-09-13 16:22:31 +02:00
parent c8f369fd9c
commit a50cddf667
@@ -10,6 +10,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check CI secrets
run: |
echo "CI_USERNAME length: ${#CI_USERNAME}"
echo "CI_TOKEN length: ${#CI_TOKEN}"
if [ -z "$CI_TOKEN" ]; then
echo "CI_TOKEN IS EMPTY"
exit 1
fi
- name: Checkout source - name: Checkout source
uses: actions/checkout@v3 uses: actions/checkout@v3