Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Docker Build CI
on:
push:
branches:
- main
paths-ignore:
- "**.md"
- LICENSE
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: lychee0
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: true
tags: lychee0/vs-ffmpeg-docker:dev