Ensure we push all tags to Docker Hub (#24)

This commit is contained in:
TJ Keemon 2021-05-16 09:31:38 +02:00 committed by GitHub
parent 35b55bcd34
commit f07a233eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,4 +47,4 @@ jobs:
- name: Login to Docker Hub
run: echo "${{secrets.DOCKER_TOKEN}}" | docker login -u=lukechilds --password-stdin
- name: Push to Docker Hub
run: docker push lukechilds/dockerpi
run: docker push --all-tags lukechilds/dockerpi