Update docker.yml (#9046)

not only tag 12.118.1; 12 and 12.118 and 12.118.1
This commit is contained in:
Marcel 2022-12-06 20:32:03 +01:00 committed by GitHub
parent 9d14476a6a
commit 7b6cd6187f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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: