We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383f628 commit 7645e73Copy full SHA for 7645e73
.github/workflows/base-ci-goreleaser.yaml
@@ -184,10 +184,12 @@ jobs:
184
if-no-files-found: error
185
186
- name: Debugging
187
- run: echo "${{ fromJSON(steps.build-snapshot.outputs.metadata) }}"
+ run: |
188
+ echo '${{ fromJSON(steps.build-snapshot.outputs.metadata) }}'
189
190
- run: echo "${{ fromJSON(steps.build-snapshot.outputs.artifacts) }}"
191
192
+ echo '${{ fromJSON(steps.build-snapshot.outputs.artifacts) }}'
193
194
- name: Build container images locally
195
if: contains(fromJSON(steps.build-snapshot.outputs.artifacts).*.type, 'Docker Image') == 'true'
0 commit comments