add .github/workflows/docker.yml
This commit is contained in:
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 .
|
Reference in New Issue
Block a user