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 <ykuoka@gmail.com>
This commit is contained in:
Reinier Timmer 2021-02-18 01:29:53 +01:00 committed by GitHub
parent 7f4a76a39b
commit be13322816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
- '**' - '**'
paths: paths:
- 'runner/**' - 'runner/**'
- .github/workflows/build-runner.yml - .github/workflows/build-and-release-runners.yml
push: push:
branches: branches:
- master - master
@ -15,7 +15,7 @@ on:
- runner/Dockerfile - runner/Dockerfile
- runner/dindrunner.Dockerfile - runner/dindrunner.Dockerfile
- runner/entrypoint.sh - runner/entrypoint.sh
- .github/workflows/build-runner.yml - .github/workflows/build-and-release-runners.yml
jobs: jobs:
build: build:
@ -29,7 +29,7 @@ jobs:
- name: actions-runner-dind - name: actions-runner-dind
dockerfile: dindrunner.Dockerfile dockerfile: dindrunner.Dockerfile
env: env:
RUNNER_VERSION: 2.276.1 RUNNER_VERSION: 2.277.1
DOCKER_VERSION: 19.03.12 DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: ${{ github.repository_owner }} DOCKERHUB_USERNAME: ${{ github.repository_owner }}
steps: steps:

View File

@ -6,6 +6,7 @@ on:
- master - master
paths-ignore: paths-ignore:
- 'runner/**' - 'runner/**'
- .github/workflows/build-and-release-runners.yml
jobs: jobs:
test: test: