Skip to content

Commit

Permalink
test rc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Apr 12, 2024
1 parent 2f8fe84 commit b88e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
git checkout $BRANCH_NAME
yq e -i '.Fast.Bundles += [{"Image": "docker.io/perconalab/everest-operator-bundle:" + ${BRANCH_NAME} }]' catalog/everest-operator/veneer.yaml
yq e '.Fast.Bundles += [{"Image": "docker.io/perconalab/everest-operator-bundle:" + $VERSION }]' catalog/everest-operator/veneer.yaml
git config --global user.email "[email protected]"
git config --global user.name "Everest RC CI triggered by ${{ github.actor }}"
Expand Down

0 comments on commit b88e2c8

Please sign in to comment.