Skip to content

doc: update README.md (#4) #3

doc: update README.md (#4)

doc: update README.md (#4) #3

Workflow file for this run

name: Docker Build CI
on:
push:
branches:
- main
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
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/animepipeline:dev