mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
Update release.yml
This commit is contained in:
parent
8448851987
commit
b7f3e68d49
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -145,6 +145,7 @@ jobs:
|
|||
--variant v8
|
||||
- name: Push manifests to Dockerhub
|
||||
run: |
|
||||
echo "$DOCKER_TOKEN" | docker login -u $DOCKER_USER --password-stdin && \
|
||||
docker manifest push containrrr/watchtower:$(echo $TAG | sed 's/^v*//') && \
|
||||
docker manifest push containrrr/watchtower:latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue