mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-04 13:33:14 +01:00
upgrade gh actions to ubuntu 22.04
This commit is contained in:
parent
43de76e5ea
commit
a793e8b971
6
.github/workflows/bridge.yml
vendored
6
.github/workflows/bridge.yml
vendored
@ -20,7 +20,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build images
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
]
|
||||
steps:
|
||||
- name: Checkout zerotier-docker
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install qemu dependency
|
||||
run: |
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
push:
|
||||
name: Publish images
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build
|
||||
environment: production
|
||||
steps:
|
||||
|
6
.github/workflows/multiarch.yml
vendored
6
.github/workflows/multiarch.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build images
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
]
|
||||
steps:
|
||||
- name: Checkout zerotier-docker
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install qemu dependency
|
||||
run: |
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
push:
|
||||
name: Publish images
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build
|
||||
environment: production
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user