Update runner to 2.277.1 (#322)

* Update runner to 2.277.1

* Update build-and-release-runners.yml

* integration test condition

Don't run integration tests when only updating the runner image

* fixup! integration test condition

Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
Reinier Timmer
2021-02-18 09:29:53 +09:00
committed by GitHub
co-authored by Yusuke Kuoka
parent 7f4a76a39b
commit be13322816
2 changed files with 4 additions and 3 deletions
@@ -6,7 +6,7 @@ on:
- '**'
paths:
- 'runner/**'
- .github/workflows/build-runner.yml
- .github/workflows/build-and-release-runners.yml
push:
branches:
- master
@@ -15,7 +15,7 @@ on:
- runner/Dockerfile
- runner/dindrunner.Dockerfile
- runner/entrypoint.sh
- .github/workflows/build-runner.yml
- .github/workflows/build-and-release-runners.yml
jobs:
build:
@@ -29,7 +29,7 @@ jobs:
- name: actions-runner-dind
dockerfile: dindrunner.Dockerfile
env:
RUNNER_VERSION: 2.276.1
RUNNER_VERSION: 2.277.1
DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: ${{ github.repository_owner }}
steps: