mirror of
https://github.com/containrrr/watchtower.git
synced 2025-03-03 15:32:37 +02:00
Login to docker to publish docker images.
This commit is contained in:
parent
3a36702718
commit
e948aa946f
@ -10,6 +10,7 @@ jobs:
|
||||
version: 17.03.0-ce
|
||||
- run: git fetch --tags
|
||||
- run: |
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
IS_RELEASE=$(if [ "$CIRCLE_TAG" != "" ] ; then echo release; else echo ci; fi;)
|
||||
/build.sh $IS_RELEASE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user