mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
6b46e8ae57
commit
c21cc590d4
1 changed files with 5 additions and 5 deletions
10
.github/workflows/linux-dockerimage.yml
vendored
10
.github/workflows/linux-dockerimage.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue