Skip to content

Commit 94c7bf3

Browse files
authored
[fix][build] Fix publish image script (apache#20305)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 525dd2f commit 94c7bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/publish.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ set -x
6262
# Fail if any of the subsequent commands fail
6363
set -e
6464

65-
docker tag pulsar:latest ${docker_registry_org}/pulsar:latest
66-
docker tag pulsar-all:latest ${docker_registry_org}/pulsar-all:latest
65+
docker tag apachepulsar/pulsar:latest ${docker_registry_org}/pulsar:latest
66+
docker tag apachepulsar/pulsar-all:latest ${docker_registry_org}/pulsar-all:latest
6767

68-
docker tag pulsar:latest ${docker_registry_org}/pulsar:$MVN_VERSION
69-
docker tag pulsar-all:latest ${docker_registry_org}/pulsar-all:$MVN_VERSION
68+
docker tag apachepulsar/pulsar:latest ${docker_registry_org}/pulsar:$MVN_VERSION
69+
docker tag apachepulsar/pulsar-all:latest ${docker_registry_org}/pulsar-all:$MVN_VERSION
7070

7171
# Push all images and tags
7272
docker push ${docker_registry_org}/pulsar:latest

0 commit comments

Comments
 (0)