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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 820386cb4da9a1f94a0a0cb155ccf57ca8dd6d74
Author: Nick Vatamaniuc <vatam...@apache.org>
AuthorDate: Fri Sep 27 15:34:05 2024 -0400

    To simplfy things go with the $vsn-nouveau scheme
    
    This avoid creating a separate apache repo and separate official image as
    well.
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index bd2908e..0b14039 100755
--- a/build.sh
+++ b/build.sh
@@ -206,7 +206,7 @@ buildx() {
   docker buildx inspect --bootstrap
 
   echo "Starting buildx nouveau build at $(date)..."
-  docker buildx build --platform ${BUILDX_PLATFORMS} --tag 
apache/couchdb-nouveau:$tag_as --push $1-nouveau
+  docker buildx build --platform ${BUILDX_PLATFORMS} --tag 
apache/couchdb:${tag_as}-nouveau --push $1-nouveau
   echo ""
 }
 

Reply via email to