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 "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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user