New day new hopes.

This commit is contained in:
ruberoid 2024-12-06 11:08:33 +00:00
parent aad947c0c4
commit 17e96163a9

View File

@ -38,11 +38,11 @@ steps:
from_secret: hub_username
password:
from_secret: hub_password
args:
- --verbosity=debug
# volumes:
# - name: kaniko-cache
# path: /kaniko
build_args:
- --cache=true --cache-dir=/cache
volumes:
- name: local-cache
path: /cache
depends_on:
- clone
@ -58,19 +58,19 @@ steps:
from_secret: hub_username
password:
from_secret: hub_password
args:
- --verbosity=debug
# volumes:
# - name: kaniko-cache
# path: /kaniko
build_args:
- --cache=true --cache-dir=/cache
volumes:
- name: local-cache
path: /cache
depends_on:
- clone
volumes:
- name: dotnet-cache
- name: nfs-cache
claim:
name: dotnet-cache-claim
- name: kaniko-cache
name: nfs-cache-claim
- name: local-cache
claim:
name: kaniko-cache-claim
name: local-cache-claim