From d607aa7d3b7e0887cc9c5c65127d648a24901110 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 7 Aug 2023 10:40:33 +0200 Subject: [PATCH] pipeline runner --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cd72f66..3f3c3c7 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ #!/bin/sh -echo $GITHUB_TOKEN | docker login git.halis.io -u therbron +export +echo $GITHUB_TOKEN | docker login git.halis.io -u therbron --password-stdin docker pull ubuntu:latest docker tag ubuntu:latest git.halis.io/athens-school/runner-images:shell-build docker push git.halis.io/athens-school/runner-images:shell-build