mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
add .github/workflows/docker.yml
This commit is contained in:
parent
02ec45606a
commit
b398f9f51e
1 changed files with 13 additions and 0 deletions
13
.github/workflows/docker.yml
vendored
Normal file
13
.github/workflows/docker.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Docker build
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build docker container
|
||||
run: docker build -t misskey/misskey .
|
Loading…
Add table
Reference in a new issue