summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarcel <34819524+MarcelCoding@users.noreply.github.com>2022-12-06 20:32:03 +0100
committerGitHub <noreply@github.com>2022-12-07 04:32:03 +0900
commit7b6cd6187ff0fe51c460903dcd014bcaf392c759 (patch)
tree05814902484289060336c57f38f8247f0591c8c8 /.github/workflows
parentfix(server): cookieが取得されないのを修正 (diff)
downloadsharkey-7b6cd6187ff0fe51c460903dcd014bcaf392c759.tar.gz
sharkey-7b6cd6187ff0fe51c460903dcd014bcaf392c759.tar.bz2
sharkey-7b6cd6187ff0fe51c460903dcd014bcaf392c759.zip
Update docker.yml (#9046)
not only tag 12.118.1; 12 and 12.118 and 12.118.1
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 1c6ad343e3..a84e4bc96e 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -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: