File tree Expand file tree Collapse file tree
.vortex/docs/content/contributing/maintenance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ aliases:
4141 # This container has all the necessary tools to run a dockerized environment.
4242 # https://github.com/drevops/ci-runner
4343 # https://hub.docker.com/repository/docker/drevops/ci-runner/tags
44- - image : drevops/ci-runner:25.10.0
44+ - image : drevops/ci-runner:25.11.0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
4545 auth :
4646 username : ${VORTEX_CONTAINER_REGISTRY_USER}
4747 password : ${VORTEX_CONTAINER_REGISTRY_PASS}
Original file line number Diff line number Diff line change 6868
6969 container :
7070 # https://hub.docker.com/r/drevops/ci-runner
71- image : drevops/ci-runner:25.10 .0@sha256:03f2722e141b4939b390abad9443ed96304a8ec7bda0b2eab9dac56f9e9b7b91
71+ image : drevops/ci-runner:25.11 .0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
7272 env :
7373 PACKAGE_TOKEN : ${{ secrets.PACKAGE_TOKEN }}
7474 VORTEX_CONTAINER_REGISTRY_USER : ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }}
@@ -184,7 +184,7 @@ jobs:
184184
185185 container :
186186 # https://hub.docker.com/r/drevops/ci-runner
187- image : drevops/ci-runner:25.10 .0@sha256:03f2722e141b4939b390abad9443ed96304a8ec7bda0b2eab9dac56f9e9b7b91
187+ image : drevops/ci-runner:25.11 .0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
188188 env :
189189 PACKAGE_TOKEN : ${{ secrets.PACKAGE_TOKEN }}
190190 VORTEX_CONTAINER_REGISTRY_USER : ${{ secrets.VORTEX_CONTAINER_REGISTRY_USER }}
@@ -426,7 +426,7 @@ jobs:
426426
427427 container :
428428 # https://hub.docker.com/r/drevops/ci-runner
429- image : drevops/ci-runner:25.10 .0@sha256:03f2722e141b4939b390abad9443ed96304a8ec7bda0b2eab9dac56f9e9b7b91
429+ image : drevops/ci-runner:25.11 .0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
430430 env :
431431 TZ : ${{ vars.TZ || 'UTC' }}
432432 TERM : xterm-256color
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 container :
27- image : drevops/ci-runner:25.10 .0@sha256:03f2722e141b4939b390abad9443ed96304a8ec7bda0b2eab9dac56f9e9b7b91
27+ image : drevops/ci-runner:25.11 .0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
2828 env :
2929 # Prevent GitHub overriding the Docker config.
3030 DOCKER_CONFIG : /root/.docker
@@ -123,7 +123,7 @@ jobs:
123123 batch : [0, 1, 2, 3, 4]
124124
125125 container :
126- image : drevops/ci-runner:25.10 .0@sha256:03f2722e141b4939b390abad9443ed96304a8ec7bda0b2eab9dac56f9e9b7b91
126+ image : drevops/ci-runner:25.11 .0@sha256:7854272ea39ee91af90f35d6339c081098d29a41ea4fe802e0cf710e152c8044
127127 env :
128128 # Prevent GitHub overriding the Docker config.
129129 DOCKER_CONFIG : /root/.docker
Original file line number Diff line number Diff line change 7171- [ ] Updated PHP version in ` phpstan.neon ` for ` phpVersion ` .
7272- [ ] Updated minor version of all packages in ` composer.json ` .
7373- [ ] Updated minor version of dependencies in theme's ` package.json ` .
74+ - [ ] Update ` drevops/ci-runner ` to the latest version in ` .circleci/config.yml ` and ` .github/workflows/build-test-deploy.yml ` .
7475- [ ] Incremented the cache version in ` .circleci/config.yml ` and ` .github/workflows/build-test-deploy.yml ` .
7576- [ ] Updated documentation.
7677
You can’t perform that action at this time.
0 commit comments