Skip to content

Commit 905e7fb

Browse files
authored
Update build_docker.sh
1 parent 135ac60 commit 905e7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ if [ ${pre_release} == 0 ]; then
3333
extra_tags="-t ${docker_repository}/polaris-limiter:latest"
3434
fi
3535

36-
docker buildx build --network=host -t ${docker_repository}/polaris-limiter:${docker_tag} ${extra_tags} --platform ${platforms} --push ./
36+
docker buildx build --network=host -t ${docker_repository}:${docker_tag} ${extra_tags} --platform ${platforms} --push ./

0 commit comments

Comments
 (0)