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"
|
||||
|
||||
- name: Debug Secret
|
||||
run:
|
||||
echo "Secret length: ${#TOKEN}"
|
||||
run: |
|
||||
echo "Secret length: ${#TOKEN}"
|
||||
env:
|
||||
TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user