mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-31 04:00:06 -05:00
ci: pins workflows to ubuntu:20.04 image
This commit is contained in:
parent
57b7dbb7e6
commit
b7026a8051
6 changed files with 7 additions and 7 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -18,7 +18,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
strategy:
|
||||
fail-fast: true
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -18,7 +18,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
strategy:
|
||||
fail-fast: true
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/golangci-lint.yaml
vendored
2
.github/workflows/golangci-lint.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: golangci-lint
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
- "v*"
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yaml
vendored
2
.github/workflows/unit-test.yaml
vendored
|
|
@ -18,7 +18,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
strategy:
|
||||
fail-fast: true
|
||||
steps:
|
||||
|
|
|
|||
4
.github/workflows/website.yaml
vendored
4
.github/workflows/website.yaml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
|||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
folder-path: 'website/docs'
|
||||
file-extension: '.markdown'
|
||||
markdown-lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu:20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: avto-dev/markdown-lint@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue