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"