docker-plex-amd/.github/workflows/docker-image.yml
2022-10-07 19:50:02 -07:00

21 lines
301 B
YAML

name: Build Docker
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile