Skip to content

Commit

Permalink
dont validate with tagged image, fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: gauron99 <fridrich.david19@gmail.com>
  • Loading branch information
gauron99 authored and David Fridrich committed Aug 26, 2024
1 parent 21e1b56 commit 6d8b1fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,6 @@ func (c deployConfig) Validate(cmd *cobra.Command) (err error) {
return
}

if _, err = isTagged(c.Image); err != nil {
return
}

// --build can be "auto"|true|false
if c.Build != "auto" {
if _, err := strconv.ParseBool(c.Build); err != nil {
Expand Down

0 comments on commit 6d8b1fe

Please sign in to comment.