From d4b9d905a1aaed908d592792a192286ed9dbafd1 Mon Sep 17 00:00:00 2001 From: cnouguier Date: Wed, 24 Apr 2024 17:14:29 +0200 Subject: [PATCH] wip: Refactor CI to use GitHub actions and generic bash scripts #7 --- scripts/build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_container.sh b/scripts/build_container.sh index e626e0e..e29f59d 100755 --- a/scripts/build_container.sh +++ b/scripts/build_container.sh @@ -48,7 +48,7 @@ fi begin_group "Building container ${IMAGE_NAME}:${IMAGE_TAG}" -pwd +pwd && ls docker login --username "$KALISIO_DOCKERHUB_USERNAME" --password-stdin < "$KALISIO_DOCKERHUB_PASSWORD" # DOCKER_BUILDKIT is here to be able to use Dockerfile specific dockerginore (app.Dockerfile.dockerignore)