Skip to content

Commit

Permalink
:octocat: Actions Runner 2.320.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored Oct 8, 2024
1 parent 4f4e80d commit 435fabc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV CONTAINER_USER="runner" \
CONTAINER_GID="10000" \
CONTAINER_HOME="/actions-runner" \
DEBIAN_FRONTEND="noninteractive" \
ACTIONS_RUNNER_VERSION="2.319.1" \
ACTIONS_RUNNER_PKG_SHA="3f6efb7488a183e291fc2c62876e14c9ee732864173734facc85a1bfb1744464"
ACTIONS_RUNNER_VERSION="2.320.0" \
ACTIONS_RUNNER_PKG_SHA="93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900"

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: actions-runner
description: Deploy GitHub Actions self-hosted runner
type: application
version: 2.319.1-3
appVersion: 2.319.1-3
version: 2.320.0-1
appVersion: 2.320.0-1
icon: https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Ministry_of_Justice_logo_%28United_Kingdom%29.svg/611px-Ministry_of_Justice_logo_%28United_Kingdom%29.svg.png
maintainers:
- name: moj-data-platform-robot
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ministryofjustice/analytical-platform-actions-runner
tag: 2.319.1-3
tag: 2.320.0-1

imagePullSecrets: []

Expand Down
5 changes: 5 additions & 0 deletions test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ commandTests:
args: ["--groups", "runner"]
expectedOutput: ["100"]

- name: "actions-runner"
command: "bash"
args: ["run.sh", "--version"]
expectedOutput: ["2.320.0"]

fileExistenceTests:
- name: "/usr/local/bin/entrypoint.sh"
path: "/usr/local/bin/entrypoint.sh"
Expand Down

0 comments on commit 435fabc

Please sign in to comment.