We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a64fa commit 7ca2875Copy full SHA for 7ca2875
pkg/actions/deploy_build.go
@@ -259,7 +259,7 @@ func (d *Deploy) prepareApps(ctx context.Context) error {
259
a := app.(*config.ServiceApp)
260
isCustom := a.ServiceAppProperties.Build.DockerImage != ""
261
262
- if !d.opts.SkipBuild && !a.ServiceAppProperties.Build.SkipBuild {
+ if d.opts.Destroy || (!d.opts.SkipBuild && !a.ServiceAppProperties.Build.SkipBuild) {
263
continue
264
}
265
0 commit comments