We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135ac60 commit 905e7fbCopy full SHA for 905e7fb
build_docker.sh
@@ -33,4 +33,4 @@ if [ ${pre_release} == 0 ]; then
33
extra_tags="-t ${docker_repository}/polaris-limiter:latest"
34
fi
35
36
-docker buildx build --network=host -t ${docker_repository}/polaris-limiter:${docker_tag} ${extra_tags} --platform ${platforms} --push ./
+docker buildx build --network=host -t ${docker_repository}:${docker_tag} ${extra_tags} --platform ${platforms} --push ./
0 commit comments