Skip to content

Commit

Permalink
fix: adapt to latest changes in build.sh that uses podman now (#629)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Dec 21, 2023
1 parent 151ef89 commit cc4dac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ releaseTypescriptDto() {
}

buildImages() {
export BUILDER="docker"
echo "Going to build docker images"
set -e
set -o pipefail
Expand Down

0 comments on commit cc4dac0

Please sign in to comment.