Format Debug Secret step in deploy-image.yml for consistent indentation
Build and Push Docker Image / build-and-push (push) Failing after 7s
Build and Push Docker Image / build-and-push (push) Failing after 7s
This commit is contained in:
@@ -41,8 +41,8 @@ jobs:
|
|||||||
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
|
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Debug Secret
|
- name: Debug Secret
|
||||||
run:
|
run: |
|
||||||
echo "Secret length: ${#TOKEN}"
|
echo "Secret length: ${#TOKEN}"
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user