Skip to content

Commit

Permalink
Rename image name from hollow-bomservice to bomservice (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alva8756 authored Jan 24, 2024
1 parent b76c1b4 commit 0a44bbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: hollow-bomservice
project_name: bomservice
before:
hooks:
- go mod tidy
Expand All @@ -11,11 +11,11 @@ builds:
- linux
- darwin
ldflags:
- -X "github.com/metal-toolbox/hollow-bomservice/internal/version.AppVersion={{ .Version }}"
-X "github.com/metal-toolbox/hollow-bomservice/internal/version.GoVersion={{ .Env.GOVERSION }}"
-X "github.com/metal-toolbox/hollow-bomservice/internal/version.GitCommit={{ .Commit }}"
-X "github.com/metal-toolbox/hollow-bomservice/internal/version.GitBranch={{ .Branch }}"
-X "github.com/metal-toolbox/hollow-bomservice/internal/version.BuildDate={{ .Date }}"
- -X "github.com/metal-toolbox/bomservice/internal/version.AppVersion={{ .Version }}"
-X "github.com/metal-toolbox/bomservice/internal/version.GoVersion={{ .Env.GOVERSION }}"
-X "github.com/metal-toolbox/bomservice/internal/version.GitCommit={{ .Commit }}"
-X "github.com/metal-toolbox/bomservice/internal/version.GitBranch={{ .Branch }}"
-X "github.com/metal-toolbox/bomservice/internal/version.BuildDate={{ .Date }}"

archives:
- id: go
Expand Down Expand Up @@ -83,4 +83,4 @@ docker_signs:
- "${artifact}"
- "--yes" # required on cosign 2.0.0+
artifacts: all
output: true
output: true

0 comments on commit 0a44bbc

Please sign in to comment.