From 8057bfb076580654a7bc0c4d7c087d8e2c8b9b9c Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 01:03:07 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index c8aeec3b2..69a5d5ba0 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -137,7 +137,7 @@ jobs: - name: Image digest env: - TAGS: ${{ steps.meta.outputs.tags[0] }} + TAGS: ${{ steps.meta.outputs.json.tags[0] }} CACHE_FILE_NAME: ${{ env.BASE_BUILD_NAME }}_${{ matrix.arch }} run: | echo "$TAGS"