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:
Nick Fedor 2025-01-19 16:59:31 -07:00
parent be815c9ee3
commit a2e6861b1c
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

View file

@ -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