Compare commits

...

2 commits

Author SHA1 Message Date
a118fe3d3b
🔧 Update kniko executor version 2024-05-29 18:57:04 +02:00
4220df2b0a
🔧 Update supported Ubuntu versions 2024-05-29 18:54:57 +02:00

View file

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