Compare commits
2 commits
3a300e9933
...
a118fe3d3b
Author | SHA1 | Date | |
---|---|---|---|
a118fe3d3b | |||
4220df2b0a |
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue