mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-04 16:14:53 +01:00
chore(ci): ioブランチのコミットごとにdockerイメージをビルドするように (MisskeyIO#304)
This commit is contained in:
parent
3dd8c675d9
commit
48dba91e8a
1 changed files with 2 additions and 1 deletions
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 a new issue