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