disable cache

This commit is contained in:
Malte Grosse 2024-01-31 11:31:32 +01:00
parent b14db4d128
commit d33e03218c
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
registry: https://git.sandbox.iuk.hdm-stuttgart.de registry: https://git.sandbox.iuk.hdm-stuttgart.de
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterhub repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterhub
tags: 2.0.0 tags: 2.0.0
cache: true cache: false
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username