Skip to content

Commit 6c268d6

Browse files
committed
Set operator_version for git builds
The shared workflow now supports this parameter and it is recommended to use it for openstack-operator which we version to provide "update" capable OLM catalogs
1 parent 2d8f12d commit 6c268d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-openstack-operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
go_version: 1.24.x
1919
operator_sdk_version: 1.31.0
2020
bundle_dockerfile: ./bundle.Dockerfile
21+
operator_version: 0.4.0
2122
secrets:
2223
IMAGENAMESPACE: ${{ secrets.IMAGENAMESPACE }}
2324
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)