mirror of https://github.com/docker/docs.git
Merge pull request #12418 from StefanScherer/use-ubuntu-18.04
ci: Use ubuntu-18.04
This commit is contained in:
commit
8a23e85366
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
build-static-page:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
DOCKER_BUILDKIT: '1'
|
||||
|
|
|
@ -5,7 +5,7 @@ on: pull_request
|
|||
jobs:
|
||||
build-static-page:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
DOCKER_BUILDKIT: '1'
|
||||
steps:
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
build-static-page:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
DOCKER_BUILDKIT: '1'
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
remove-site-from-netlify:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue