mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-22 07:46:25 +00:00
actions: move ubuntu 18 runners to latest
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
2970af4873
commit
ec33a7ad74
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -175,7 +175,7 @@ jobs:
|
|||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
name: Build Docker Image
|
name: Build Docker Image
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -220,7 +220,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
name: Release Binaries
|
name: Release Binaries
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.event.ref, 'refs/tags/v')
|
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||||
needs:
|
needs:
|
||||||
- tests
|
- tests
|
||||||
@ -269,7 +269,7 @@ jobs:
|
|||||||
|
|
||||||
release-image:
|
release-image:
|
||||||
name: Release Docker Image
|
name: Release Docker Image
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.event.ref, 'refs/tags/v')
|
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||||
needs:
|
needs:
|
||||||
- tests
|
- tests
|
||||||
|
Loading…
Reference in New Issue
Block a user