mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-14 01:21:04 +09:00
chore(ci): ioブランチのコミットごとにdockerイメージをビルドするように (MisskeyIO#304)
This commit is contained in:
parent
3dd8c675d9
commit
48dba91e8a
3
.github/workflows/docker-io.yml
vendored
3
.github/workflows/docker-io.yml
vendored
@ -2,9 +2,10 @@ name: Publish Docker image (io)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- io
|
||||||
tags:
|
tags:
|
||||||
- "**"
|
- "**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user