Format Debug Secret step in deploy-image.yml for consistent indentation
Build and Push Docker Image / build-and-push (push) Failing after 9s

This commit is contained in:
2026-06-30 09:18:30 +02:00
parent 23407133f4
commit ab514c50bf
+4
View File
@@ -40,6 +40,10 @@ jobs:
echo "image=${FULL_IMAGE}" >> "$GITHUB_OUTPUT" echo "image=${FULL_IMAGE}" >> "$GITHUB_OUTPUT"
echo "tag=${TAG}" >> "$GITHUB_OUTPUT" echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
- name: Network Debug
run: |
curl -v https://git.mein-gateway.de/v2/
- name: Debug Secret - name: Debug Secret
run: | run: |
echo "Secret length: ${#TOKEN}" echo "Secret length: ${#TOKEN}"