mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
Set tags to latest
to avoid confusion, the v1 is replaced by latest.
This commit is contained in:
parent
d324f0058e
commit
90cf2d9585
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
|||
with:
|
||||
image: darrenofficial/dpaste
|
||||
registry: docker.io
|
||||
tags: v1, latest
|
||||
tags: latest
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue