diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index ee596dab2..612fa071f 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -337,6 +337,7 @@ jobs: echo "::group::SHA256 tag" DIGEST=$(podman inspect "${BASE_TAG_ID}" --format '{{ .Digest }}') BASE_BUILD_IMAGE="${IMAGES_PREFIX}${BASE_IMAGE}@${DIGEST}" + echo "base_build_image=${BASE_BUILD_IMAGE}" echo "::endgroup::"