Format Debug Secret step in deploy-image.yml for consistent indentation
Build and Push Docker Image / build-and-push (push) Failing after 9s
Build and Push Docker Image / build-and-push (push) Failing after 9s
This commit is contained in:
@@ -40,6 +40,10 @@ jobs:
|
||||
echo "image=${FULL_IMAGE}" >> "$GITHUB_OUTPUT"
|
||||
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Network Debug
|
||||
run: |
|
||||
curl -v https://git.mein-gateway.de/v2/
|
||||
|
||||
- name: Debug Secret
|
||||
run: |
|
||||
echo "Secret length: ${#TOKEN}"
|
||||
|
||||
Reference in New Issue
Block a user