This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 46991a2  fix version in publish command
46991a2 is described below

commit 46991a27fd2a927819fcceb1e5300ae7c46f199f
Author: tallison <talli...@apache.org>
AuthorDate: Thu Oct 27 15:44:05 2022 -0400

    fix version in publish command
---
 docker-tool.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-tool.sh b/docker-tool.sh
index 35cabe2..75d5d8d 100755
--- a/docker-tool.sh
+++ b/docker-tool.sh
@@ -78,7 +78,7 @@ case "$subcommand" in
   publish)
     # Push the build images
     docker push apache/tika:${tika_docker_version}
-    docker push apache/tika:${tika--docker-}-full
+    docker push apache/tika:${tika_docker_version}-full
     ;;
 
   latest)

Reply via email to