1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-29 18:53:51 +02:00

Update release.yml

This commit is contained in:
Simon Aronsson 2021-03-28 22:15:29 +02:00 committed by GitHub
parent 8448851987
commit b7f3e68d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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