From c0f96084aa084a3b9c2f51b82c2d6c6a2fef5036 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Wed, 26 Jun 2024 22:00:58 +0200 Subject: [PATCH] update image tag to main --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 285bc69..6792342 100644 --- a/build-images.sh +++ b/build-images.sh @@ -45,7 +45,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:routeadm" \ --label="org.nethserver.tcp-ports-demand=1" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/mongo:7.0.9 docker.io/amolshejole/opensign:staging docker.io/amolshejole/opensignserver:staging" \ + --label="org.nethserver.images=docker.io/mongo:7.0.9 docker.io/amolshejole/opensign:main docker.io/amolshejole/opensignserver:main" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"