diff options
author | Subsurface CI <dirk@hohndel.org> | 2020-12-27 18:03:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 08:34:09 -0800 |
commit | c21cc590d457437f3ed78afdaa153eb80023b5cc (patch) | |
tree | 175e0865eac7885764e7517c75233f0be04ea0ae /.github | |
parent | 6b46e8ae57701f5b869651e920d0717443ab6e01 (diff) | |
download | subsurface-c21cc590d457437f3ed78afdaa153eb80023b5cc.tar.gz |
GitHub Actions: turn off building docker images
This hasn't worked in quite a while. It was a good thought, but, yeah, no.
Signed-off-by: Subsurface CI <dirk@hohndel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-dockerimage.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-dockerimage.yml b/.github/workflows/linux-dockerimage.yml index 4e7a0b530..249a4baf1 100644 --- a/.github/workflows/linux-dockerimage.yml +++ b/.github/workflows/linux-dockerimage.yml @@ -1,10 +1,10 @@ name: Linux Qt 5.12 Docker Image CI -on: - push: - paths: - - scripts/docker/trusty-qt512/Dockerfile - - .github/workflows/linux-docker* +#on: +# push: +# paths: +# - scripts/docker/trusty-qt512/Dockerfile +# - .github/workflows/linux-docker* jobs: trusty-qt512: |