This commit is contained in:
parent
e6bf92f1a1
commit
09a66e35e0
@ -32,7 +32,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
|
|
||||||
- name: Debug: Print Repository Information
|
- name: Debug Print Repository Information
|
||||||
run: |
|
run: |
|
||||||
echo "Repository: ${{ github.repository }}" # Print the full repository name (owner/repo)
|
echo "Repository: ${{ github.repository }}" # Print the full repository name (owner/repo)
|
||||||
echo "IMAGE (parsed from repo): ${{ env.IMAGE }}" # Print the value of IMAGE (expected to be full repo name)
|
echo "IMAGE (parsed from repo): ${{ env.IMAGE }}" # Print the value of IMAGE (expected to be full repo name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user