Skip to content

Commit

Permalink
Self upgrade when refreshing images (#23686)
Browse files Browse the repository at this point in the history
When you have two branches, you should sefl-upgrade breeze to make
sure you use the version that is tied with your branch.

Usually we have two active branches - main and the last released
line, so switching between then is not unlikely for maintainers.
  • Loading branch information
potiuk authored May 20, 2022
1 parent 91a96f1 commit e09e463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/refresh_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export ANSWER="yes"
export CI="true"
export GITHUB_TOKEN=""

breeze self-upgrade --force

breeze build-image \
--build-multiple-images \
--prepare-buildx-cache \
Expand Down

0 comments on commit e09e463

Please sign in to comment.