We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2fadb commit ade1159Copy full SHA for ade1159
.github/workflows/base-ci-goreleaser.yaml
@@ -183,6 +183,9 @@ jobs:
183
path: distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
184
if-no-files-found: error
185
186
+ - name: Debugging
187
+ run: echo "${{ fromJSON(steps.build-snapshot.outputs.artifacts).*.type }}"
188
+
189
- name: Build container images locally
190
if: contains(fromJSON(steps.build-snapshot.outputs.artifacts).*.type, 'Docker Image') == 'true'
191
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
0 commit comments