Skip to content

Commit

Permalink
bug: fix bundle on push (#1312)
Browse files Browse the repository at this point in the history
```
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
...
```
  • Loading branch information
heyvister1 authored Feb 3, 2025
2 parents 37831e1 + 508dd3a commit 4b7a66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
export DEFAULT_CHANNEL=v1.1 # hard coded
export CHANNELS=stable,v1.1 # hard coded
export VERSION=1.1.0-${{ env.VERSION_WITH_PREFIX }} # using the commit hash
export NETWORK_OPERATOR_VERSION=${{ env.VERSION_WITH_PREFIX }} # for push use commit sha
fi
make bundle bundle-build bundle-push
if [[ "$is_push" == "true" ]]; then
Expand Down

0 comments on commit 4b7a66f

Please sign in to comment.