File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ outputs:
2020 # using fromJSON as below gave an error `error reading JToken from JsonReader` - hence using jq
2121 # value: ghcr.io/${{ github.repository }}/container:${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.version'] }}
2222 # https://github.com/splunk/splunk-add-on-for-microsoft-cloud-services/actions/runs/7019443167/job/19104471863#step:7:4
23- value : ghcr.io/${{ github.repository }}/container:$(echo " ${{ steps.docker_action_meta.outputs.json }}" | jq -r '.labels["org.opencontainers.image.version"]')
23+ value : ghcr.io/${{ github.repository }}/container:$(echo ' ${{ steps.docker_action_meta.outputs.json }}' | jq -r '.labels["org.opencontainers.image.version"]')
2424 container_tags :
2525 value : ${{ steps.docker_action_meta.outputs.tags }}
2626 container_labels :
You can’t perform that action at this time.
0 commit comments