From db106a398b91503b6c324055cf4121eee7a515ae Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Mon, 24 Apr 2023 00:06:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20to=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f693573..48c0b46 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ set -xe -VERSION=1.0.3 +VERSION=1.0.4 docker build -t harbor.k8s.inpt.fr/net7/loca7:$VERSION ../ docker push harbor.k8s.inpt.fr/net7/loca7:$VERSION