diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 2ec21b366..ab3173d29 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -180,7 +180,7 @@ jobs: - name: Test Output id: meta run: | - echo "${{ steps.meta_release.outputs.tags }}" - echo "${{ fromJSON(steps.meta_release.outputs.json).labels['org.opencontainers.image.revision'] }}" + echo "${{ steps.meta_release.outputs }}" + #echo "${{ fromJSON(steps.meta_release.outputs.json).labels['org.opencontainers.image.revision'] }}" echo "${{ steps.meta_trunk.outputs.tags }}" echo "${{ fromJSON(steps.meta_trunk.outputs.json).labels['org.opencontainers.image.revision'] }}"