revert caching for container builds
This commit is contained in:
parent
58d8034780
commit
f5cfb0d57d
@ -11,7 +11,6 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
containerfile: Containerfile
|
containerfile: Containerfile
|
||||||
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
||||||
cache_to: type=local,dest=oci/${CI_REPO_NAME}
|
|
||||||
repo: thegeeklab/${CI_REPO_NAME}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
|
|
||||||
security-scan:
|
security-scan:
|
||||||
@ -39,8 +38,6 @@ steps:
|
|||||||
repo: thegeeklab/${CI_REPO_NAME}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
cache_from:
|
|
||||||
- 'type=local\\,dest=oci/${CI_REPO_NAME}'
|
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
@ -60,8 +57,6 @@ steps:
|
|||||||
repo: quay.io/thegeeklab/${CI_REPO_NAME}
|
repo: quay.io/thegeeklab/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
cache_from:
|
|
||||||
- 'type=local\\,dest=oci/${CI_REPO_NAME}'
|
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
Loading…
Reference in New Issue
Block a user