diff --git a/.circleci/config.yml b/.circleci/config.yml index effa7c1af..3a8a70073 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ aliases: # This container has all the necessary tools to run a dockerized environment. # https://github.com/drevops/ci-runner # https://hub.docker.com/repository/docker/drevops/ci-runner/tags - - image: drevops/ci-runner:26.6.0@sha256:190027056cac7b7ce28c29a1e5494779ebadc4ee8e95d468b75bc56e7be5aabd + - image: drevops/ci-runner:canary auth: username: ${VORTEX_CONTAINER_REGISTRY_USER} password: ${VORTEX_CONTAINER_REGISTRY_PASS} diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 6b2513e57..b9d50a241 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:canary 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:canary 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:canary 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:canary 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..1438597aa 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:canary 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:canary env: # Prevent GitHub overriding the Docker config. DOCKER_CONFIG: /root/.docker