Compare commits
No commits in common. "6477d1ebea4e6ae4dd141e6dd2b1d979d9c86410" and "a118fe3d3bc570e5c0cae0aac958f81eecebb59a" have entirely different histories.
6477d1ebea
...
a118fe3d3b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ build:
|
|||
stage: build
|
||||
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:v1.23.2-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, noble]
|
||||
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, mantic, noble]
|
||||
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
|
Loading…
Add table
Reference in a new issue