docker-plex-amd/.github/workflows/docker-image.yml

17 lines
266 B
YAML
Raw Normal View History

2022-10-07 20:05:30 -05:00
name: Build Docker
2022-05-27 09:06:26 -05:00
on:
push:
2022-10-07 21:47:50 -05:00
branches: [ develop ]
2022-05-27 09:06:26 -05:00
pull_request:
2022-10-07 21:47:50 -05:00
branches: [ develop ]
2022-05-27 09:06:26 -05:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile