feat: roll out updates on release (#100)

* feat: roll out updates on release

* Use app token. Fix repo
This commit is contained in:
James Carnegie
2024-07-25 16:15:35 +01:00
committed by GitHub
parent bd2c4d7d8a
commit c735bb0d3f
2 changed files with 25 additions and 1 deletions

2
go.mod
View File

@@ -31,7 +31,7 @@ require (
)
// fork of a fork (in case it goes away) with changes to support ArtifactType (https://github.com/google/go-containerregistry/pull/1931)
replace github.com/google/go-containerregistry v0.20.1 => github.com/kipz/go-containerregistry v0.0.0-20240722163910-ebe90246535d
replace github.com/google/go-containerregistry => github.com/kipz/go-containerregistry v0.0.0-20240722163910-ebe90246535d
require (
cloud.google.com/go v0.115.0 // indirect