do not purge after docker has been run
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
the cache cannot be built if everything is purged :D
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
cache_from: 'gitea.pb42.de/matthias/reflex-ipad:builder',
|
||||
storage_path: '/drone/docker',
|
||||
config: { from_secret: 'dockerconfigjson' },
|
||||
purge: false,
|
||||
},
|
||||
depends_on: [
|
||||
'restore-cache',
|
||||
@@ -57,6 +58,7 @@
|
||||
config: { from_secret: 'dockerconfigjson' },
|
||||
build_args: ['API_URL=https://ipad.pb42.de'],
|
||||
storage_path: '/drone/docker',
|
||||
purge: false,
|
||||
},
|
||||
depends_on: [
|
||||
'builder',
|
||||
|
||||
Reference in New Issue
Block a user