mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
add additional login due to manifest shenanigans
This commit is contained in:
parent
0e29029cb9
commit
10031052b2
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue