Skip to content

Commit

Permalink
Merge pull request #186 from securesign/gamma-release-fix-ec-build-er…
Browse files Browse the repository at this point in the history
…rors-4

Triggering builds to promote images.
  • Loading branch information
tommyd450 authored Feb 14, 2024
2 parents 7bd5e34 + 7087795 commit 3923721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY client/ client/

#
# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LABEL io.k8s.display-name="RHTAS operator bundle container image for Red Hat Tru
LABEL io.openshift.tags="rhtas-operator-bundle, rhtas-operator, Red Hat Trusted Artifact Signer."
LABEL summary="Operator Bundle for the rhtas-operator."
LABEL com.redhat.component="sigstore-operator-bundle"

#
LABEL features.operators.openshift.io/cni="false"
LABEL features.operators.openshift.io/disconnected="false"
LABEL features.operators.openshift.io/disconnected="false"
Expand Down

0 comments on commit 3923721

Please sign in to comment.