mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-01-23 13:19:12 +00:00
Trying token for auth instead of password
This commit is contained in:
parent
da60bff465
commit
4adc0a3935
@ -7,7 +7,7 @@ before_install:
|
||||
- sudo pip install --upgrade pip
|
||||
- pip install --user awscli
|
||||
- export PATH=$PATH:$HOME/.local/bin
|
||||
- echo $DOCKER_PASSWORD | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- echo $DOCKER_TOKEN | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
|
||||
install:
|
||||
docker build --no-cache -t sartography/cr-connect-db:latest . || exit 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user