Delete docker.yml
docker-hub上でビルドするようにした
This commit is contained in:
parent
96d6e0f8a2
commit
cbdd14fa82
1 changed files with 0 additions and 18 deletions
18
.github/workflows/docker.yml
vendored
18
.github/workflows/docker.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: Docker build
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- 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 .
|
|
Loading…
Reference in a new issue