chore(ci): set up release workflow

This commit is contained in:
Simon Aronsson 2021-01-10 16:36:03 +01:00
parent 140cc4ea12
commit 5532c4e905
No known key found for this signature in database
GPG key ID: 8DA57A5FD341605B
3 changed files with 176 additions and 16 deletions

23
.github/workflows/release-dev.yaml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Release (Develop)
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jerray/publish-docker-action@master
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
file: dockerfiles/Dockerfile.self-contained
repository: containrrr/watchtower
tags: latest-dev