Skip to content

Commit

Permalink
Updated CI Runner to 24.11.0. (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Nov 3, 2024
1 parent 904a946 commit 5133d2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ aliases:
# This container has all the necessary tools to run a dockerized environment.
# @see https://github.com/drevops/ci-runner
# @see https://hub.docker.com/repository/docker/drevops/ci-runner/tags
- image: drevops/ci-runner:24.10.0
- image: drevops/ci-runner:24.11.0
auth:
username: ${VORTEX_CONTAINER_REGISTRY_USER}
password: ${VORTEX_CONTAINER_REGISTRY_PASS}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0

env:
TZ: Australia/Melbourne
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fail-fast: false

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0

env:
TZ: Australia/Melbourne
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
#;> !PROVISION_USE_PROFILE

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0
env:
TZ: Australia/Melbourne
TERM: xterm-256color
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vortex-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0
env:
# Prevent GitHub overriding the Docker config.
DOCKER_CONFIG: /root/.docker
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
batch: [0, 1, 2]

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0
env:
# Prevent GitHub overriding the Docker config.
DOCKER_CONFIG: /root/.docker
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
batch: [0, 1]

container:
image: drevops/ci-runner:24.10.0
image: drevops/ci-runner:24.11.0
env:
# Prevent GitHub overriding the Docker config.
DOCKER_CONFIG: /root/.docker
Expand Down

2 comments on commit 5133d2a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://vortex-docs.netlify.app as production
πŸš€ Deployed on https://6727e914e00adfaa67c158dd--vortex-docs.netlify.app

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.