Workflow adjustments:

- Paths ignore for all docker build
- Remove security workflow (CVEs should be fixed by Alpine)
This commit is contained in:
Quentin McGaw
2020-05-29 10:20:45 +00:00
parent 3f6d3d7c2a
commit c85cca7fdc
5 changed files with 58 additions and 53 deletions

View File

@@ -2,6 +2,28 @@ name: Docker build
on:
pull_request:
branches: [master]
paths-ignore:
- .devcontainer
- .github/ISSUE_TEMPLATE
- .github/workflows/buildx-release.yml
- .github/workflows/buildx-branch.yml
- .github/workflows/buildx-latest.yml
- .github/workflows/dockerhub-description.yml
- .github/workflows/labels.yml
- .github/workflows/misspell.yml
- .github/CODEOWNERS
- .github/CONTRIBUTING.md
- .github/FUNDING.yml
- .github/labels.yml
- .vscode
- cmd/ovpnparser
- cmd/resolver
- doc
- .gitignore
- docker-compose.yml
- LICENSE
- README.md
- title.svg
jobs:
build:
runs-on: ubuntu-latest