Skip to content

Commit

Permalink
Fixed detect release for RHEL
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Feb 5, 2023
1 parent 0ebdf2c commit 0326553
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ jobs:
-v $PFLT_DOCKERCONFIG:/temp-authfile.json:ro \
quay.io/opdev/preflight:stable check container ${{ steps.build_image.outputs.image-with-tag }} --submit
- name: Push to RedHat certification procedure
id: push_to_registry_all_tags
uses: redhat-actions/push-to-registry@v2
with:
tags: ${{ steps.meta.outputs.tags }}

- name: Cleanup
run: |
echo "${{ steps.meta.outputs.tags }}" | while IFS= read -r image_name ; do podman rmi -i -f $image_name; done
Expand Down

0 comments on commit 0326553

Please sign in to comment.