From 10031052b29e18cb91851c916771aeece1fdbd32 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 14 Apr 2019 23:16:07 +0200 Subject: [PATCH] add additional login due to manifest shenanigans --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fe2d1a..7865950 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: