diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54d0f7c..0bdf1dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"