We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28d9be commit 2de069bCopy full SHA for 2de069b
.github/workflows/docker-build-and-push.yml
@@ -39,6 +39,11 @@ jobs:
39
username: ${{ secrets.ACR_USERNAME }}
40
password: ${{ secrets.ACR_PASSWORD }}
41
42
+ - name: Debug inputs and refs
43
+ run: |
44
+ echo "inputs.push: ${{ inputs.push }}"
45
+ echo "github.ref_name: ${{ github.ref_name }}"
46
+
47
- name: Set Docker image tag
48
run: |
49
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
0 commit comments