Skip to content

Commit 4b7a66f

Browse files
authored
bug: fix bundle on push (#1312)
``` export NETWORK_OPERATOR_VERSION=37831e1 go run -v release.go --with-sha256 --templateDir ./templates/config/manager --outputDir ../config/manager/ ref nvcr.io/nvstaging/mellanox/network-operator:37831e1 ref ghcr.io/mellanox/network-operator-init-container:v0.0.3 ref nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-rc.1 ... ```
2 parents 37831e1 + 508dd3a commit 4b7a66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
export DEFAULT_CHANNEL=v1.1 # hard coded
148148
export CHANNELS=stable,v1.1 # hard coded
149149
export VERSION=1.1.0-${{ env.VERSION_WITH_PREFIX }} # using the commit hash
150+
export NETWORK_OPERATOR_VERSION=${{ env.VERSION_WITH_PREFIX }} # for push use commit sha
150151
fi
151152
make bundle bundle-build bundle-push
152153
if [[ "$is_push" == "true" ]]; then

0 commit comments

Comments
 (0)