Compare commits

..

No commits in common. "a118fe3d3bc570e5c0cae0aac958f81eecebb59a" and "3a300e9933dd8c888c187f2205c955e2740eb93d" have entirely different histories.

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.13.0-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, lunar]
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == "schedule"