We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0051f8 commit 187eab0Copy full SHA for 187eab0
1 file changed
.github/workflows/debian.yml
@@ -113,7 +113,10 @@ jobs:
113
type=semver,pattern={{major}},value=node-${{matrix.node-version}}
114
flavor: |
115
latest=${{matrix.latest || 'false'}}
116
-
+ - name: Debug ACR tags
117
+ if: env.ACR_NAMESPACE != ''
118
+ run: |
119
+ echo "TAGS=${{ steps.meta-core-acr.outputs.tags }}"
120
- name: Docker meta for compiler on ACR
121
id: meta-compiler-acr
122
if: env.ACR_NAMESPACE != ''
0 commit comments