Skip to content

Commit

Permalink
feat(build): fix docker publish in enterprise project (#5407)
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <slonka@users.noreply.github.com>
  • Loading branch information
slonka authored Dec 2, 2022
1 parent 75a85ec commit 14dfa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releases/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function build() {
read -ra additional_args <<< "${ARM64_BUILD_ARGS[@]}"
fi
docker build --label="do-not-remove=true" "${build_args[@]}" "${additional_args[@]}" -t "${KUMA_DOCKER_REPO_ORG}/${component}:${KUMA_VERSION}-${arch}" \
-f tools/releases/dockerfiles/Dockerfile."${component}" .
-f "$SCRIPT_DIR"/dockerfiles/Dockerfile."${component}" .
docker tag "${KUMA_DOCKER_REPO_ORG}/${component}:${KUMA_VERSION}-${arch}" "${KUMA_DOCKER_REPO_ORG}/${component}:latest-${arch}"
msg_green "... done!"
done
Expand Down

0 comments on commit 14dfa8f

Please sign in to comment.