fix: use ubuntu-latest label for Gitea runner
This commit is contained in:
parent
c04e597228
commit
e5bb3c1472
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-worker:
|
build-worker:
|
||||||
runs-on: gitea-runner
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
--registry-repository docker.io
|
--registry-repository docker.io
|
||||||
|
|
||||||
build-api:
|
build-api:
|
||||||
runs-on: gitea-runner
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
--registry-repository docker.io
|
--registry-repository docker.io
|
||||||
|
|
||||||
build-web:
|
build-web:
|
||||||
runs-on: gitea-runner
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue