test image build caching
This commit is contained in:
parent
d9f1d0e736
commit
c7b824c8e4
@ -12,7 +12,7 @@ steps:
|
|||||||
containerfile: Containerfile
|
containerfile: Containerfile
|
||||||
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
||||||
repo: thegeeklab/${CI_REPO_NAME}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
cache_to: type=local,src=oci/cache/${CI_REPO_NAME},mode=max
|
cache_to: type=local,dest=oci/cache/${CI_REPO_NAME},mode=max
|
||||||
|
|
||||||
- name: security-scan
|
- name: security-scan
|
||||||
image: ghcr.io/aquasecurity/trivy
|
image: ghcr.io/aquasecurity/trivy
|
||||||
|
Loading…
Reference in New Issue
Block a user