Revert "Update dependencies (#6167)" (#6168)

This reverts commit 0420c548da.
This commit is contained in:
MeiMei
2020-03-20 02:46:13 +09:00
committed by GitHub
parent 0420c548da
commit 1b48e0d6e0
5 changed files with 68 additions and 20 deletions

18
.github/workflows/docker.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Docker build
on:
push:
branches:
- master
- develop
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Pull previous build result (for cache)
run: docker pull misskey/misskey:latest
- name: Build docker container
run: docker build --cache-from misskey/misskey:latest -t misskey/misskey .