Skip to content
Snippets Groups Projects
Unverified Commit 7b6cd618 authored by Marcel's avatar Marcel Committed by GitHub
Browse files

Update docker.yml (#9046)

not only tag 12.118.1; 12 and 12.118 and 12.118.1
parent 9d14476a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment