mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Login to docker to publish docker images.
This commit is contained in:
parent
3a36702718
commit
e948aa946f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue