fix: remove ubuntu 18.04
This commit is contained in:
@@ -44,7 +44,6 @@ jobs:
|
|||||||
- latest
|
- latest
|
||||||
- 22.04
|
- 22.04
|
||||||
- 20.04
|
- 20.04
|
||||||
- 18.04
|
|
||||||
steps:
|
steps:
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
@@ -210,14 +209,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 8
|
max-parallel: 8
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
|
||||||
- TAG: 18.04
|
|
||||||
TYPE: custom
|
|
||||||
TAG:
|
TAG:
|
||||||
- latest
|
- latest
|
||||||
- 22.04
|
- 22.04
|
||||||
- 20.04
|
- 20.04
|
||||||
- 18.04
|
|
||||||
PLATFORMS:
|
PLATFORMS:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
TYPE:
|
TYPE:
|
||||||
|
|||||||
Reference in New Issue
Block a user