1
0
Fork 0
mirror of synced 2024-06-09 14:24:44 +12:00

Travis attempt #4

This commit is contained in:
Eldad Fux 2021-01-19 00:31:16 +02:00
parent 779fc25428
commit e57aceb6fd

View file

@ -23,6 +23,7 @@ before_install:
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
fi
- docker --version
- docker buildx create --use
- chmod u+x ./deploy.sh
install: