Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Apr 24, 2024
1 parent a347cfd commit d4b9d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4b9d90

Please sign in to comment.