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

17 lines
258 B
YAML
Raw Normal View History

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