From a922962da3c5a24eee1958cd14a673d95f986b23 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 2 Apr 2026 20:33:26 +0900 Subject: [PATCH] Fixed build on RHEL --- .github/workflows/images_build_rhel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 5dccd0376..a4a5748ef 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -595,7 +595,7 @@ jobs: BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }} - name: Build snmptraps image - id: build_image + id: build_image_snmptraps if: ${{ matrix.build == 'snmptraps' }} uses: redhat-actions/buildah-build@v2.13 with: @@ -645,7 +645,7 @@ jobs: PFLT_PYXIS_API_TOKEN: ${{ secrets.REDHAT_API_TOKEN }} PFLT_ARTIFACTS: ${{ env.PFLT_ARTIFACTS }} PFLT_LOGLEVEL: ${{ env.PFLT_LOGLEVEL }} - IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }} + IMAGE_TAG: ${{ matrix.build == 'snmptraps' && steps.build_image_snmptraps.outputs.image-with-tag || steps.build_image.outputs.image-with-tag }} PREFLIGHT_IMAGE: ${{ env.PREFLIGHT_IMAGE }} run: | mkdir -p "$PFLT_ARTIFACTS"