Skip to content

Commit

Permalink
Add missing step in certify job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 2, 2023
1 parent 2306e22 commit e4957b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
name: Build Image
runs-on: ubuntu-22.04
outputs:
version: ${{ steps.vars.outputs.version }}
# version: ${{ steps.vars.outputs.version }}
version: 2.0.2
permissions:
contents: write # for lucacome/draft-release to create a draft release
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
Expand Down Expand Up @@ -155,8 +156,11 @@ jobs:
name: Certify for Red Hat OpenShift
runs-on: ubuntu-22.04
needs: build
if: ${{ github.ref_type == 'tag' }}
# if: ${{ github.ref_type == 'tag' }}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Certify Images
continue-on-error: true
run: |
Expand Down

0 comments on commit e4957b8

Please sign in to comment.