chore: remove pkg step

This commit is contained in:
Jan O. Rundshagen 2025-01-05 15:48:34 +01:00 committed by GitHub
parent 1c218caea4
commit 43004c8363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,10 +107,3 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_TOKEN && \
docker manifest push beatkind/watchtower:$(echo $TAG | sed 's/^v*//') && \
docker manifest push beatkind/watchtower:latest
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@2022-10-14