diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-03-20 02:40:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 02:40:35 +0900 |
| commit | 0420c548dade2c5b00353b4a5f20606667fc4253 (patch) | |
| tree | 8e5516e7accda0714ce4193e4c366b5522caf678 /.github/workflows/docker.yml | |
| parent | Merge pull request #6165 from syuilo/patch/autogen/v11 (diff) | |
| download | sharkey-0420c548dade2c5b00353b4a5f20606667fc4253.tar.gz sharkey-0420c548dade2c5b00353b4a5f20606667fc4253.tar.bz2 sharkey-0420c548dade2c5b00353b4a5f20606667fc4253.zip | |
Update dependencies (#6167)
* Update CI (#11)
* Update nodejs.yml
* Fix time
* no docker
* no CI
* build only
* Update dependencies
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index f1c3ef0b66..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@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 . |