Skip to content

Commit

Permalink
chore: bump gh action runner to 2.311.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula committed Nov 30, 2023
1 parent 31ef5c4 commit e08bcdf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build_rust_test_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: "Rust version to install"
default: "1.70"
type: string
github_runner_version:
description: "Github Runner Version"
default: "2.311.0"
type: string
additional_tag:
description: "Additional tag for docker building"
default: "latest"
Expand All @@ -20,6 +24,10 @@ on:
description: "Rust version to install"
default: "1.70"
type: string
github_runner_version:
description: "Github Runner Version"
default: "2.311.0"
type: string
context:
type: string
default: https://github.com/ForesightMiningSoftwareCorporation/github.git#v1:docker/rust-tests
Expand Down Expand Up @@ -47,6 +55,7 @@ jobs:
push: true
build-args: |
RUST_VERSION=${{ inputs.rust_version }}
GITHUB_RUNNER_VERSION=${{ inputs.github_runner_version }}
ADDITIONAL_CMD=${{ contains(inputs.rust_version, 'nightly') && 'rustup component add miri' || '' }}
tags: |
ghcr.io/foresightminingsoftwarecorporation/rust-test:${{ inputs.rust_version }}
Expand Down
3 changes: 2 additions & 1 deletion docker/rust-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM myoung34/github-runner:2.310.2
ARG GITHUB_RUNNER_VERSOIN=2.311.0
FROM myoung34/github-runner:$GITHUB_RUNNER_VERSION
ARG RUST_VERSION=1.70

RUN apt-get update && apt-get install -y software-properties-common build-essential curl make gcc
Expand Down

0 comments on commit e08bcdf

Please # to comment.