mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
docker login: s/-p/--password-stdin/
This commit is contained in:
parent
26637499d1
commit
74623a33a2
4
Makefile
4
Makefile
@ -569,8 +569,8 @@ setup-bundle-build:
|
||||
mkdir -p $@
|
||||
|
||||
docker-auth:
|
||||
if [ "$(IMAGE_REPOSITORY_AUTH)" ]; then \
|
||||
docker login -u oauth2accesstoken -p "$(IMAGE_REPOSITORY_AUTH)" $(IMAGE_REPOSITORY_BASE); \
|
||||
@if [ "$(IMAGE_REPOSITORY_AUTH)" ]; then \
|
||||
echo "$(IMAGE_REPOSITORY_AUTH)" | docker login -u oauth2accesstoken --password-stdin $(IMAGE_REPOSITORY_BASE); \
|
||||
fi;
|
||||
|
||||
# Docker isolated rampart
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user