mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Add GH action
Documentation: https://github.com/andrewslotin/go-proxy-pull-action Ensures update of go.pkg.dev with latest version
This commit is contained in:
parent
be815c9ee3
commit
a2e6861b1c
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -199,3 +199,11 @@ jobs:
|
|||
# Push manifests to Docker Hub
|
||||
docker manifest push nickfedor/watchtower:latest
|
||||
docker manifest push nickfedor/watchtower:$(echo $TAG | sed 's/^v*//')
|
||||
|
||||
renew-docs:
|
||||
name: Refresh pkg.go.dev
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pull new module version
|
||||
uses: andrewslotin/go-proxy-pull-action@89382de145eeb7a85de72f8a27f686a50727bc7a #master@v1.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue