Skip to content

Add Dockerfile without web renderer #30

Add Dockerfile without web renderer

Add Dockerfile without web renderer #30

Workflow file for this run

name: docker
on:
push:
branches: [master]
paths:
- Dockerfile
- .github/workflows/docker.yml
pull_request:
types: [opened, synchronize]
paths:
- Dockerfile
- .github/workflows/docker.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
dockerfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: build-tools/docker/slim.Dockerfile
- uses: hadolint/[email protected]
with:
dockerfile: build-tools/docker/full.Dockerfile
- name: Build image
run: docker build -f build-tools/docker/slim.Dockerfile -t video-compositor .