Skip to content

Commit 187eab0

Browse files
committed
ci: Debug ACR tags
1 parent f0051f8 commit 187eab0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/debian.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ jobs:
113113
type=semver,pattern={{major}},value=node-${{matrix.node-version}}
114114
flavor: |
115115
latest=${{matrix.latest || 'false'}}
116-
116+
- name: Debug ACR tags
117+
if: env.ACR_NAMESPACE != ''
118+
run: |
119+
echo "TAGS=${{ steps.meta-core-acr.outputs.tags }}"
117120
- name: Docker meta for compiler on ACR
118121
id: meta-compiler-acr
119122
if: env.ACR_NAMESPACE != ''

0 commit comments

Comments
 (0)