Compare commits
No commits in common. "a118fe3d3bc570e5c0cae0aac958f81eecebb59a" and "3a300e9933dd8c888c187f2205c955e2740eb93d" have entirely different histories.
a118fe3d3b
...
3a300e9933
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue