Skip to content

Commit 10bcc63

Browse files
committed
Updated CI runner to 25.11.0
1 parent e55ed34 commit 10bcc63

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/vortex-test-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.vortex/docs/content/contributing/maintenance/release_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
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

0 commit comments

Comments
 (0)