We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7042673 commit 5f4c709Copy full SHA for 5f4c709
.github/workflows/base-ci-goreleaser.yaml
@@ -192,10 +192,12 @@ jobs:
192
id: prep
193
run: |
194
echo "version=$(cat ./distributions/${{ inputs.distribution }}/dist/**/metadata.json | jq '.version')" >> "$GITHUB_OUTPUT"
195
+ echo "types=$(cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json | jq '.*.type')" >> "$GITHUB_OUTPUT"
196
197
- name: Debugging
198
199
echo '${{ steps.prep.outputs.version }}'
200
+ echo '${{ steps.prep.outputs.types }}'
201
202
# - name: Build container images locally
203
# if: contains(fromJSON(steps.build-snapshot.outputs.artifacts).*.type, 'Docker Image') == 'true'
0 commit comments