mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
chore(deps): update dependency actions/runner to v2.298.2 (#1891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/runners.yaml
vendored
2
.github/workflows/runners.yaml
vendored
@@ -25,7 +25,7 @@ on:
|
|||||||
- '!**.md'
|
- '!**.md'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_VERSION: 2.297.0
|
RUNNER_VERSION: 2.298.2
|
||||||
DOCKER_VERSION: 20.10.12
|
DOCKER_VERSION: 20.10.12
|
||||||
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
|
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
|
||||||
DOCKERHUB_USERNAME: summerwind
|
DOCKERHUB_USERNAME: summerwind
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ else
|
|||||||
endif
|
endif
|
||||||
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
|
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
|
||||||
VERSION ?= dev
|
VERSION ?= dev
|
||||||
RUNNER_VERSION ?= 2.297.0
|
RUNNER_VERSION ?= 2.298.2
|
||||||
TARGETPLATFORM ?= $(shell arch)
|
TARGETPLATFORM ?= $(shell arch)
|
||||||
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
|
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
|
||||||
RUNNER_TAG ?= ${VERSION}
|
RUNNER_TAG ?= ${VERSION}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind
|
|||||||
TAG ?= latest
|
TAG ?= latest
|
||||||
TARGETPLATFORM ?= $(shell arch)
|
TARGETPLATFORM ?= $(shell arch)
|
||||||
|
|
||||||
RUNNER_VERSION ?= 2.297.0
|
RUNNER_VERSION ?= 2.298.2
|
||||||
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
|
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
|
||||||
DOCKER_VERSION ?= 20.10.18
|
DOCKER_VERSION ?= 20.10.18
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
|
|||||||
ARG TARGETPLATFORM=linux/amd64
|
ARG TARGETPLATFORM=linux/amd64
|
||||||
|
|
||||||
# GitHub runner arguments
|
# GitHub runner arguments
|
||||||
ARG RUNNER_VERSION=2.297.0
|
ARG RUNNER_VERSION=2.298.2
|
||||||
|
|
||||||
# Docker and Docker Compose arguments
|
# Docker and Docker Compose arguments
|
||||||
ENV CHANNEL=stable
|
ENV CHANNEL=stable
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG RUNNER_VERSION=2.297.0
|
ARG RUNNER_VERSION=2.298.2
|
||||||
ARG DOCKER_CHANNEL=stable
|
ARG DOCKER_CHANNEL=stable
|
||||||
ARG DOCKER_VERSION=20.10.18
|
ARG DOCKER_VERSION=20.10.18
|
||||||
ARG DUMB_INIT_VERSION=1.2.5
|
ARG DUMB_INIT_VERSION=1.2.5
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG RUNNER_VERSION=2.297.0
|
ARG RUNNER_VERSION=2.298.2
|
||||||
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2
|
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2
|
||||||
ARG DOCKER_CHANNEL=stable
|
ARG DOCKER_CHANNEL=stable
|
||||||
ARG DOCKER_VERSION=20.10.18
|
ARG DOCKER_VERSION=20.10.18
|
||||||
|
|||||||
Reference in New Issue
Block a user