Skip to content

Commit 126eedd

Browse files
authoredSep 8, 2022
Merge pull request #117 from VinozzZ/fix-publish-bundle
2 parents 3c83e41 + e52d967 commit 126eedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎magefiles/magefile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func PublishBundle() {
237237
meta := releases.LoadMetadata()
238238
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Version).In("installer").Must().RunV()
239239

240-
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Permalink).In("installer").Must().RunV()
240+
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Permalink, "--force").In("installer").Must().RunV()
241241
}
242242

243243
// Generate k8s manifests for the operator.

0 commit comments

Comments
 (0)