Skip to content

remove all filters

remove all filters #51

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: mikekatica/sonarr-webhook-subtitle-extractor
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true