Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 19, 2023
1 parent 80af306 commit 3f7a009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/meta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ runs:
shell: bash
# echo 'sc4s_version=${{ steps.docker_action_meta.outputs.json }}' | jq -r '.labels["org.opencontainers.image.version"]' >> "$GITHUB_OUTPUT"
run: |
echo "sc4s_version=${{ toJSON(fromJSON(steps.docker_action_meta.outputs.json)) }}" | jq -r '.labels["org.opencontainers.image.version"]' >> "$GITHUB_OUTPUT"
outputs_json=${{ steps.docker_action_meta.outputs.json }}
echo 'sc4s_version=$outputs_json' | jq -r '.labels["org.opencontainers.image.version"]' >> "$GITHUB_OUTPUT"
echo 'container_buildtime=${{ steps.docker_action_meta.outputs.json }}' | jq -r '.labels["org.opencontainers.image.created"]' >> "$GITHUB_OUTPUT"
echo 'container_version=${{ steps.docker_action_meta.outputs.json }}' | jq -r '.labels["org.opencontainers.image.version"]' >> "$GITHUB_OUTPUT"
echo 'container_revision=${{ steps.docker_action_meta.outputs.json }}' | jq -r '.labels["org.opencontainers.image.revision"]' >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3f7a009

Please sign in to comment.