Enable Cache
This commit is contained in:
parent
cd7e660d68
commit
f932fbe4e4
@ -3,7 +3,7 @@ pipeline:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
# cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
registry: git.sebclem.fr
|
registry: git.sebclem.fr
|
||||||
dry_run: true
|
dry_run: true
|
||||||
logins:
|
logins:
|
||||||
@ -21,7 +21,7 @@ pipeline:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
# cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||||
logins:
|
logins:
|
||||||
- registry: https://git.sebclem.fr
|
- registry: https://git.sebclem.fr
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user