ubuntu-22.04 is the right runner name
This commit is contained in:
parent
10ace6b43b
commit
512bb16438
@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
compile_binaries:
|
||||
runs-on: gitea/runner-images:ubuntu-22.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
create_release:
|
||||
needs: docker_build
|
||||
if: startsWith(gitea.ref, 'refs/tags/')
|
||||
runs-on: gitea/runner-images:ubuntu-22.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
@ -124,7 +124,7 @@ jobs:
|
||||
docker_tag_latest:
|
||||
needs: create_release
|
||||
if: startsWith(gitea.ref, 'refs/tags/')
|
||||
runs-on: gitea/runner-images:ubuntu-22.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user