Skip to content

Commit

Permalink
build does not publish the maif/otoroshi:xxxx image
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Mar 15, 2024
1 parent b73262e commit bb448c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ build_and_push_jar_template_version_multi_arch_latest () {
OTO_VERSION="$1"
JDK_VERSION="$2"
echo "build and push version $OTO_VERSION with jdk $JDK_VERSION latest"
docker buildx build --platform=linux/arm64,linux/amd64 --push --build-arg "IMG_FROM=eclipse-temurin:$JDK_VERSION" --no-cache -f ./Dockerfile -t "maif/otoroshi:$OTO_VERSION" -t "maif/otoroshi:latest" .
docker buildx build --platform=linux/arm64,linux/amd64 --push --build-arg "IMG_FROM=eclipse-temurin:$JDK_VERSION" --no-cache -f ./Dockerfile -t "maif/otoroshi:$OTO_VERSION" .
docker buildx build --platform=linux/arm64,linux/amd64 --push --build-arg "IMG_FROM=eclipse-temurin:$JDK_VERSION" --no-cache -f ./Dockerfile -t "maif/otoroshi:latest" .
}

build_and_push_jar_template_version_multi_arch_temurin_and_dev () {
Expand Down

0 comments on commit bb448c0

Please sign in to comment.