Compare commits

..

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

View file

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