mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Merge pull request #41 from nicholas-fedor/39-broken-pkggodev-versioning
fix(Issue): #39 - Correct broken pkg.go.dev versioning
This commit is contained in:
commit
7005fa8283
2 changed files with 11 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
|
||||
|
|
3
go.mod
3
go.mod
|
@ -2,6 +2,9 @@ module github.com/nicholas-fedor/watchtower
|
|||
|
||||
go 1.23.5
|
||||
|
||||
// Retract prematurely published versions
|
||||
retract [v1.7.2, v1.7.9]
|
||||
|
||||
require (
|
||||
github.com/containrrr/shoutrrr v0.8.0
|
||||
github.com/distribution/reference v0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue