Skip to content

Commit

Permalink
RHEL build test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Feb 15, 2024
1 parent 5fe496b commit 3b7d531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
echo "::endgroup::"
- name: Post build image
- name: Check on failures
if: ${{ (cancelled() || failure()) && ( steps.push_image.outcome == 'failure' || steps.push_image.outcome == 'cancelled') }}
env:
IMAGE_TAG_ID: ${{ steps.image_metadata.outputs.image_tag_id }}
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
echo "::endgroup::"
- name: Post build image
- name: Check on failures
if: ${{ (cancelled() || failure()) && ( steps.push_image.outcome == 'failure' || steps.push_image.outcome == 'cancelled') }}
env:
IMAGE_TAG_ID: ${{ steps.image_metadata.outputs.image_tag_id }}
Expand Down

0 comments on commit 3b7d531

Please sign in to comment.