do not purge after docker has been run
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:
2024-01-05 08:28:08 +01:00
parent 38692b1462
commit dbcfa61518

View File

@@ -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',