Skip to content

Commit

Permalink
Rebuild with DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent 267554f commit accd866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
set -xe

ksversion=$1
export DOCKER_BUILDKIT=1

docker buildx build --push --platform linux/amd64,linux/arm64 -t katalon-katalon -f src/Dockerfile --build-arg KATALON_STUDIO_VERSION=$ksversion .
docker buildx create --name mybuilder --driver docker-container --use --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 --load -t katalon-katalon -f src/Dockerfile --build-arg KATALON_STUDIO_VERSION=$ksversion .

0 comments on commit accd866

Please sign in to comment.