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:
parent
0e29029cb9
commit
10031052b2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user