Skip to content

Commit

Permalink
fix: release pipeline failure (#1384)
Browse files Browse the repository at this point in the history
buildid was not incorrect for fips based images
  • Loading branch information
deven0t authored Feb 1, 2024
1 parent 6c50a49 commit e5e59de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ dockers:
dockerfile: build/starboard-operator/Dockerfile.fips
goarch: amd64
ids:
- starboard-operator
- starboard-operator-fips
build_flag_templates:
- "--label=org.opencontainers.image.title=starboard-operator"
- "--label=org.opencontainers.image.description=Keeps Starboard resources updated"
Expand All @@ -619,7 +619,7 @@ dockers:
dockerfile: build/starboard-operator/Dockerfile.fips
goarch: arm64
ids:
- starboard-operator
- starboard-operator-fips
build_flag_templates:
- "--label=org.opencontainers.image.title=starboard-operator"
- "--label=org.opencontainers.image.description=Keeps Starboard resources updated"
Expand All @@ -637,7 +637,7 @@ dockers:
dockerfile: build/starboard-operator/Dockerfile.fips
goarch: s390x
ids:
- starboard-operator
- starboard-operator-fips
build_flag_templates:
- "--label=org.opencontainers.image.title=starboard-operator"
- "--label=org.opencontainers.image.description=Keeps Starboard resources updated"
Expand All @@ -655,7 +655,7 @@ dockers:
dockerfile: build/starboard-operator/Dockerfile.fips
goarch: ppc64le
ids:
- starboard-operator
- starboard-operator-fips
build_flag_templates:
- "--label=org.opencontainers.image.title=starboard-operator"
- "--label=org.opencontainers.image.description=Keeps Starboard resources updated"
Expand Down

0 comments on commit e5e59de

Please sign in to comment.