Compare commits
2 commits
a118fe3d3b
...
6477d1ebea
Author | SHA1 | Date | |
---|---|---|---|
6477d1ebea | |||
ddcef072b0 |
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.23.2-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, noble]
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue