Files
docker-plex/.github/workflows/docker-image.yml
2025-02-13 10:41:33 +01:00

17 lines
254 B
YAML

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