Update docker.yml (#9046)
not only tag 12.118.1; 12 and 12.118 and 12.118.1
This commit is contained in:
parent
9d14476a6a
commit
7b6cd6187f
|
@ -18,6 +18,13 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: misskey/misskey
|
||||
tags: |
|
||||
type=edge
|
||||
type=ref,event=pr
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue