1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-03-03 15:32:37 +02:00

add additional login due to manifest shenanigans

This commit is contained in:
Simon Aronsson 2019-04-14 23:16:07 +02:00
parent 0e29029cb9
commit 10031052b2

View File

@ -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: