Skip to content

Commit

Permalink
remove leading v from operator PR (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Dec 21, 2023
1 parent 0e84bbd commit 1aef758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build Image
runs-on: ubuntu-22.04
outputs:
version: ${{ steps.vars.outputs.version }}
version: ${{ steps.meta.outputs.version }}
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 @@ -161,7 +161,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Certify Images
continue-on-error: true
continue-on-error: false
run: |
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.8.0/preflight-linux-amd64 --output preflight
chmod +x preflight
Expand Down

0 comments on commit 1aef758

Please sign in to comment.