This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this push: new d484bf5 Use native builder image pull strategy 'missing' to reduce interactions with quay.io d484bf5 is described below commit d484bf54587aeb429c279484195e8cd36df3cd0b Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Nov 30 10:40:02 2023 +0000 Use native builder image pull strategy 'missing' to reduce interactions with quay.io --- .github/workflows/ci-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 7982e08..ee647ae 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -140,6 +140,7 @@ jobs: ../mvnw ${MAVEN_ARGS} clean verify \ -Dformatter.skip -Dimpsort.skip \ + -Dquarkus.native.builder-image.pull=missing \ -Pnative,docker,ci if [[ $? -ne 0 ]]; then