Skip to content
Snippets Groups Projects
Unverified Commit cbdd14fa authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Delete docker.yml

docker-hub上でビルドするようにした
parent 96d6e0f8
No related branches found
No related tags found
No related merge requests found
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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment