Compare commits

...

2 commits

Author SHA1 Message Date
6477d1ebea
🔧 Update kaniko executor version 2024-09-03 07:07:05 +02:00
ddcef072b0
🔧 Update supported Ubuntu versions 2024-09-03 07:06:10 +02:00

View file

@ -2,7 +2,7 @@ build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.0-debug
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
@ -14,7 +14,7 @@ build:
parallel:
matrix:
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, mantic, noble]
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, noble]
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == "schedule"