Skip to content

Commit

Permalink
fix: right tag for UBI8 image
Browse files Browse the repository at this point in the history
Signed-off-by: YanniHu1996 <[email protected]>
  • Loading branch information
YanniHu1996 authored and sxd committed Apr 11, 2024
1 parent 570787f commit 1140ce6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ jobs:
flavor: |
suffix=-ubi8
tags: |
type=ref,event=branch
type=ref,event=pr
type=raw,value=${{ steps.build-meta.outputs.tag_name }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -1851,7 +1850,7 @@ jobs:

e2e-openshift:
name: Run E2E on OpenShift
if: |
if: |
always() && !cancelled() &&
vars.OPENSHIFT_ENABLED == 'true' &&
needs.generate-jobs.outputs.openshiftEnabled == 'true' &&
Expand Down

0 comments on commit 1140ce6

Please sign in to comment.