fix image name

This commit is contained in:
wangyunlai 2023-07-19 10:14:08 +08:00 committed by GitHub
parent eb674e1fc5
commit 0ee17f1d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
image: [ubuntu-20.04, centos:7]
image: ["ubuntu:20.04", "centos:7"]
runs-on: ubuntu-20.04
container: ${{ matrix.image }}
steps: