Skip to content

Resolve "CI: docker login: Using --password via the CLI is insecure, instead use --password-stdin"

georg requested to merge 315-docker-use-password-stdin into master

This commit ensures that the environment variable used to login into the GitLab CI container registry isn't saved and recorded in the shell history.

Tested via an intermediate commit to ensure this works as expected.

Closes #315 (closed)

Merge request reports