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

This commit is contained in:
2026-06-30 09:11:33 +02:00
parent 01c293efa4
commit 23407133f4
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
- name: Debug Secret
run:
run: |
echo "Secret length: ${#TOKEN}"
env:
TOKEN: ${{ secrets.REGISTRY_TOKEN }}