mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
chore(ci): set up release workflow
This commit is contained in:
parent
140cc4ea12
commit
5532c4e905
3 changed files with 176 additions and 16 deletions
23
.github/workflows/release-dev.yaml
vendored
Normal file
23
.github/workflows/release-dev.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue