Skip to content

workflow for building the image on push and prs #1

workflow for building the image on push and prs

workflow for building the image on push and prs #1

name: Publish image
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-and-publish-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the twitch-recorder Docker image
run: |
docker build .