Skip to content

Commit

Permalink
Log finished important steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Oct 11, 2024
1 parent fc92858 commit ef22c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/image-syncer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,13 @@ func main() {
if err != nil {
log.WithError(err).Fatal("Could not parse images file")
}
log.Info("Parsed images file")

log.Info("Creating authenticator")
auth, err := cfg.newAuthenticator()
if err != nil {
log.WithError(err).Fatal("Failed to create authenticator")
}
log.Info("Created authenticator for target repository")

if cfg.DryRun {
log.Info("Dry-Run enabled. Program will not make any changes to the target repository.")
Expand Down

0 comments on commit ef22c1a

Please sign in to comment.