From f7544332a41fd2ffbe217cf0cd61498cb6176e0e Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 12 Feb 2024 21:56:04 +0100 Subject: [PATCH] path --- .woodpecker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ee75cb7..6d1c19a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,8 +4,8 @@ workspace: steps: build_and_release: - image: woodpeckerci/plugin-kaniko:1.1.1 - #image: maltegrosse/plugin-kaniko:latest + # image: woodpeckerci/plugin-kaniko:1.1.1 + image: maltegrosse/plugin-kaniko:latest pull: true settings: registry: git.sandbox.iuk.hdm-stuttgart.de @@ -13,8 +13,7 @@ steps: INGNORE_VAR_RUN: false cache: false LOG_LEVEL: trace - IGNORE_PATHS: - - /lib/firmware/nvidia + IGNORE_PATH: /lib/firmware/nvidia tags: - 4.0.12 - latest