Check if image exists before skipping compilation

This commit is contained in:
Ettore Di Giacinto
2020-06-03 21:00:30 +02:00
parent 990a5405cf
commit 9e0e1199df
4 changed files with 31 additions and 9 deletions

View File

@@ -82,6 +82,8 @@ type CompilerBackend interface {
DownloadImage(opts CompilerBackendOptions) error
Push(opts CompilerBackendOptions) error
ImageExists(string) bool
}
type Artifact interface {