Skip to content

Commit

Permalink
updating release action to include 4.11
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 committed Aug 17, 2022
1 parent a8816bf commit 53903dc
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-v4.11"' >> bundle/annotations.yaml
echo 'LABEL com.redhat.openshift.versions="v4.8-v4.11"' >> bundle.Dockerfile
- name: Build Bundle Image
id: build-bundle-image
Expand Down

0 comments on commit 53903dc

Please sign in to comment.