Skip to content

Commit 2de069b

Browse files
Update docker-build-and-push.yml to debug
1 parent a28d9be commit 2de069b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-build-and-push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
username: ${{ secrets.ACR_USERNAME }}
4040
password: ${{ secrets.ACR_PASSWORD }}
4141

42+
- name: Debug inputs and refs
43+
run: |
44+
echo "inputs.push: ${{ inputs.push }}"
45+
echo "github.ref_name: ${{ github.ref_name }}"
46+
4247
- name: Set Docker image tag
4348
run: |
4449
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then

0 commit comments

Comments
 (0)