.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
1a6380de4d
commit
916a05aedd
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_act:
|
build_act:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
container:
|
||||||
|
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
|
@ -32,6 +34,8 @@ jobs:
|
||||||
|
|
||||||
build_php:
|
build_php:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
container:
|
||||||
|
image: "git.euph.dev/actions/runner-basic:latest"
|
||||||
needs: build_act
|
needs: build_act
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue