summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-01-16 13:48:15 +0900
committerGitHub <noreply@github.com>2021-01-16 13:48:15 +0900
commitcbdd14fa82cec9fd6c87adba8f4e521b55220c70 (patch)
tree7c2f3b66b5a219066df9a1244b049b44f2d00a7f /.github/workflows
parentFix theme saving (diff)
downloadsharkey-cbdd14fa82cec9fd6c87adba8f4e521b55220c70.tar.gz
sharkey-cbdd14fa82cec9fd6c87adba8f4e521b55220c70.tar.bz2
sharkey-cbdd14fa82cec9fd6c87adba8f4e521b55220c70.zip
Delete docker.yml
docker-hub上でビルドするようにした
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
deleted file mode 100644
index 3b42699329..0000000000
--- a/.github/workflows/docker.yml
+++ /dev/null
@@ -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 .