mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Create post-release.yml
This commit is contained in:
parent
99eaf42de0
commit
06e705d538
1 changed files with 15 additions and 0 deletions
15
.github/workflows/post-release.yml
vendored
Normal file
15
.github/workflows/post-release.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
- '**/v[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Renew documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pull new module version
|
||||
uses: andrewslotin/go-proxy-pull-action@master
|
Loading…
Add table
Add a link
Reference in a new issue