Skip to content

Commit

Permalink
add additional login due to manifest shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Apr 14, 2019
1 parent 0e29029 commit 1003105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
- run:
name: Push manifests to Dockerhub
command: |
echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin &&
docker manifest push containrrr/watchtower:$(echo $CIRCLE_TAG | sed 's/^v*//') && \
docker manifest push containrrr/watchtower:latest
- run:
Expand Down

0 comments on commit 1003105

Please sign in to comment.