mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-06-28 05:21:43 +02:00
17 lines
254 B
YAML
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
|