From c0f7ed4d7c26ca6dcf3faceb22059c2072f35bac Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 8 Feb 2024 02:59:23 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] }}"