Update runner version to 2.301.1 (#2182)

Co-authored-by: TingluoHuang <TingluoHuang@github.com>
This commit is contained in:
Bassem Dghaidi
2023-01-19 11:36:05 +01:00
committed by GitHub
parent f9bae708c2
commit 6da1cde09c
10 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ else
endif
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
VERSION ?= dev
RUNNER_VERSION ?= 2.300.2
RUNNER_VERSION ?= 2.301.1
TARGETPLATFORM ?= $(shell arch)
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
RUNNER_TAG ?= ${VERSION}