Skip to content

Commit

Permalink
Update make-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AObuchow authored Jan 15, 2024
1 parent cc4bfd8 commit f972f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ build_and_push_images() {
--platform "$ARCHITECTURES"
else
docker buildx build . -t "${DWO_QUAY_IMG}" -f ./build/Dockerfile \
--platform "$ARCHITECTURES"
--platform "$ARCHITECTURES" \
--push
docker buildx build . -t "${PROJECT_CLONE_QUAY_IMG}" -f ./project-clone/Dockerfile \
--platform "$ARCHITECTURES"
--platform "$ARCHITECTURES" \
--push
fi
}
Expand Down

0 comments on commit f972f9c

Please sign in to comment.