Skip to content

Commit

Permalink
updating release action to be open ended for OCP versions so we do no…
Browse files Browse the repository at this point in the history
…t have to worry about future versions

Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 committed Aug 17, 2022
1 parent a8816bf commit 4be87c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Add OpenShift metadata to bundle
id: add-openshift-metadata
run: |
echo ' com.redhat.openshift.versions: "v4.8-v4.10"' >> bundle/annotations.yaml
echo 'LABEL com.redhat.openshift.versions="v4.8-v4.10"' >> bundle.Dockerfile
echo ' com.redhat.openshift.versions: "v4.8"' >> bundle/annotations.yaml
echo 'LABEL com.redhat.openshift.versions="v4.8"' >> bundle.Dockerfile
- name: Build Bundle Image
id: build-bundle-image
Expand Down

0 comments on commit 4be87c6

Please sign in to comment.