Skip to content

Commit

Permalink
Merge pull request #80 from summerwind/runner-v2.272.0
Browse files Browse the repository at this point in the history
Update runner to v2.272.0
  • Loading branch information
summerwind authored Aug 1, 2020
2 parents e10637c + 3223480 commit bdc1279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME ?= summerwind/actions-runner

RUNNER_VERSION ?= 2.267.1
DOCKER_VERSION ?= 19.03.8
RUNNER_VERSION ?= 2.272.0
DOCKER_VERSION ?= 19.03.12

docker-build:
docker build --build-arg RUNNER_VERSION=${RUNNER_VERSION} --build-arg DOCKER_VERSION=${DOCKER_VERSION} -t ${NAME}:latest -t ${NAME}:v${RUNNER_VERSION} .
Expand Down

0 comments on commit bdc1279

Please sign in to comment.