Skip to content

Commit

Permalink
Show registry limit error during failed push
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 26, 2024
1 parent 18de0c2 commit 4d48a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/wodby/ci/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ var Cmd = &cobra.Command{
}
err = dockerClient.Push(latestTag)
if err != nil {
log.Error("[ERROR] Failed to release image. If you're using Wodby Docker Registry make sure you are within registry storage limits.")
return errors.WithStack(err)
}
}
Expand Down

0 comments on commit 4d48a91

Please sign in to comment.