diff options
author | rustdesk <[email protected]> | 2023-01-10 22:10:15 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-01-10 22:10:15 +0800 |
commit | 3ca4035d0c4a6897c4ff1aa507327b4f9685ed26 (patch) | |
tree | 519c53d95cf2bcab0fe8610a3abc92739b329e1a /.github | |
parent | 86a75451d8c580b158ee2de684ffb88d065e6783 (diff) | |
download | rustdesk-server-3ca4035d0c4a6897c4ff1aa507327b4f9685ed26.tar.gz rustdesk-server-3ca4035d0c4a6897c4ff1aa507327b4f9685ed26.zip |
wrong image name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bca791c..9a3d948 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: |