mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +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:
|
- run:
|
||||||
name: Push manifests to Dockerhub
|
name: Push manifests to Dockerhub
|
||||||
command: |
|
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:$(echo $CIRCLE_TAG | sed 's/^v*//') && \
|
||||||
docker manifest push containrrr/watchtower:latest
|
docker manifest push containrrr/watchtower:latest
|
||||||
- run:
|
- run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue