parent
47ec8567ca
commit
f2cbbbc81e
1 changed files with 6 additions and 4 deletions
|
|
@ -7,8 +7,10 @@ steps:
|
|||
registry: registry.coolify1.workaround.org
|
||||
repo: registry.coolify1.workaround.org/debshots
|
||||
driver: docker
|
||||
cache_from: registry.coolify1.workaround.org/debshots:buildcache
|
||||
cache_to: registry.coolify1.workaround.org/debshots:buildcache
|
||||
cache_from: type=registry\\,ref=registry.coolify1.workaround.org/debshots:buildcache
|
||||
cache_to: type=registry\\,ref=registry.coolify1.workaround.org/debshots:buildcache\\,mode=max
|
||||
#cache_from: registry.coolify1.workaround.org/debshots:buildcache
|
||||
#cache_to: registry.coolify1.workaround.org/debshots:buildcache
|
||||
dockerfile: Dockerfile
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
|
|
@ -19,5 +21,5 @@ steps:
|
|||
- ${CI_COMMIT_SHA:0:7}
|
||||
# tell the Dockerfile about the commit SHA and build date
|
||||
build_args:
|
||||
- COMMIT_SHA=${CI_COMMIT_SHA:0:7}
|
||||
- BUILD_DATE=${CI_PIPELINE_CREATED}
|
||||
COMMIT_SHA: ${CI_COMMIT_SHA:0:7}
|
||||
BUILD_DATE: ${CI_PIPELINE_CREATED}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue