fastapi-tdd-docker icon indicating copy to clipboard operation
fastapi-tdd-docker copied to clipboard

Heroku container registry login

Open english-glaswegian opened this issue 4 years ago • 0 comments

Running the original main.yml gives the following warning:

Run docker login -u _ -p ${HEROKU_AUTH_TOKEN} registry.heroku.com WARNING! Using -*** the CLI is insecure. Use --password-stdin.

Revised line: run: echo ${HEROKU_AUTH_TOKEN} | docker login -u _ --password-stdin registry.heroku.com

does not produce the warning.

english-glaswegian avatar Dec 30 '21 01:12 english-glaswegian