mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-22 18:05:11 +00:00
Ensure we push all tags to Docker Hub (#24)
This commit is contained in:
parent
35b55bcd34
commit
f07a233eb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue