From bd6cd1729fdc23fe1d5e41766b7af08be4d555f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:41:30 +0000 Subject: [PATCH] Update drevops/ci-runner Docker tag to v26.7.0 | datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | docker | drevops/ci-runner | 26.6.0 | 26.7.0 | --- .github/workflows/build-test-deploy.yml | 8 ++++---- .github/workflows/vortex-test-common.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 6b2513e57..f894dfc65 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -89,7 +89,7 @@ jobs: container: # https://hub.docker.com/r/drevops/ci-runner - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} VORTEX_CONTAINER_REGISTRY_USER: ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }} @@ -217,7 +217,7 @@ jobs: container: # https://hub.docker.com/r/drevops/ci-runner - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} VORTEX_CONTAINER_REGISTRY_USER: ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }} @@ -350,7 +350,7 @@ jobs: container: # https://hub.docker.com/r/drevops/ci-runner - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} VORTEX_CONTAINER_REGISTRY_USER: ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }} @@ -638,7 +638,7 @@ jobs: container: # https://hub.docker.com/r/drevops/ci-runner - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: TZ: ${{ vars.TZ || 'UTC' }} TERM: xterm-256color diff --git a/.github/workflows/vortex-test-common.yml b/.github/workflows/vortex-test-common.yml index 02cf42164..d7de1448e 100644 --- a/.github/workflows/vortex-test-common.yml +++ b/.github/workflows/vortex-test-common.yml @@ -29,7 +29,7 @@ jobs: contents: read # Read repository contents; coverage is uploaded to external Codecov. container: - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker @@ -137,7 +137,7 @@ jobs: batch: [0, 1, 2, 3, 4, 5] container: - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + image: drevops/ci-runner:26.7.0@sha256:6f917acfc2903e77e1bd9a2a32f3633ff49538553474fe43df3033352e0059b0 env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker