Skip to content

Commit

Permalink
Load before tag and push
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 3, 2024
1 parent f4079f1 commit a8b4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export DOCKER_BUILDKIT=1
# docker buildx create --name mybuilder --driver docker-container --use --bootstrap
docker buildx ls
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 --push -t katalon-katalon -f src/Dockerfile --build-arg KATALON_STUDIO_VERSION=$ksversion .
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 a8b4162

Please sign in to comment.