ci: use ubuntu-22.04 runner label
Switch runs-on to the short ubuntu-22.04 label so Gitea matches the online runner mapping to gitea/runner-images:ubuntu-22.04. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docker-image:
|
||||
runs-on: "ubuntu:docker://gitea/runner-images:ubuntu-22.04"
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
defaults:
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
-d "{\"image\":\"${IMAGE_REF}\",\"tag\":\"${IMAGE_TAG}\",\"repo\":\"${REPOSITORY_PATH}\"}"
|
||||
|
||||
deploy-fallback-log:
|
||||
runs-on: "ubuntu:docker://gitea/runner-images:ubuntu-22.04"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: docker-image
|
||||
if: failure()
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user