Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Non-fatal log
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Mar 12, 2021
1 parent 9c9c523 commit 4072578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/go/cmd/pusher/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {

digest, err := img.Digest()
if err != nil {
log.Fatalf("Failed to digest image: %v", err)
log.Printf("Failed to digest image: %v", err)
}

if err := push(stamped, img); err != nil {
Expand Down

0 comments on commit 4072578

Please sign in to comment.