wrong image name

This commit is contained in:
rustdesk 2023-01-10 22:10:15 +08:00
parent 86a75451d8
commit 3ca4035d0c

View File

@ -26,7 +26,7 @@ jobs:
build:
name: Build - ${{ matrix.job.name }}
runs-on: ubuntu:18.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
@ -114,7 +114,7 @@ jobs:
needs:
- build
- build-win
runs-on: ubuntu:18.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
@ -153,7 +153,7 @@ jobs:
name: Docker push - ${{ matrix.job.name }}
needs: build
runs-on: ubuntu:18.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
@ -223,7 +223,7 @@ jobs:
name: Docker manifest
needs: docker
runs-on: ubuntu:18.04
runs-on: ubuntu-18.04
steps:
@ -275,7 +275,7 @@ jobs:
name: Docker push classic - ${{ matrix.job.name }}
needs: build
runs-on: ubuntu:18.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix: