Add items needed to create Docker image

This commit is contained in:
TheMeanCanEHdian
2020-02-06 18:52:41 -08:00
committed by JonnyWong16
parent 89248ad46a
commit f572943a7b
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Publish Docker Branch
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
env:
VERSION: ${{ github.sha }}
with:
name: wreave/tautulli
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile
buildargs: VERSION