Skip to content

Commit

Permalink
Update cmd/flux/push_artifact.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Fredrik Wärnsberg <fredrik@warnsberg.se>
  • Loading branch information
frekw and stefanprodan authored May 8, 2024
1 parent ba9e335 commit 704afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/push_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func init() {
pushArtifactCmd.Flags().StringVarP(&pushArtifactArgs.output, "output", "o", "",
"the format in which the artifact digest should be printed, can be 'json' or 'yaml'")
pushArtifactCmd.Flags().BoolVarP(&pushArtifactArgs.debug, "debug", "", false, "display logs from underlying library")
pushArtifactCmd.Flags().BoolVar(&pushArtifactArgs.reproducible, "reproducible", false, "ensure reproducible image digests by using fixed created at timestamps")
pushArtifactCmd.Flags().BoolVar(&pushArtifactArgs.reproducible, "reproducible", false, "ensure reproducible image digests by setting the created timestamp to '1970-01-01T00:00:00Z'")

pushCmd.AddCommand(pushArtifactCmd)
}
Expand Down

0 comments on commit 704afb6

Please sign in to comment.