.gitea/workflows/php.yml aktualisiert
Some checks failed
Build Runner Lua / build_lua (5.1) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.2) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.3) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.4) (push) Blocked by required conditions
Build Runner Php / build_php (8.1) (push) Blocked by required conditions
Build Runner Php / build_php (8.2) (push) Blocked by required conditions
Build Runner Php / build_php (8.3) (push) Blocked by required conditions
Build Runner Base / build_act (push) Has been cancelled
Build Runner Java / build_java (17) (push) Has been cancelled
Build Runner Java / build_java (8) (push) Has been cancelled
Build Runner Java / build_java (21) (push) Has been cancelled
Some checks failed
Build Runner Lua / build_lua (5.1) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.2) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.3) (push) Blocked by required conditions
Build Runner Lua / build_lua (5.4) (push) Blocked by required conditions
Build Runner Php / build_php (8.1) (push) Blocked by required conditions
Build Runner Php / build_php (8.2) (push) Blocked by required conditions
Build Runner Php / build_php (8.3) (push) Blocked by required conditions
Build Runner Base / build_act (push) Has been cancelled
Build Runner Java / build_java (17) (push) Has been cancelled
Build Runner Java / build_java (8) (push) Has been cancelled
Build Runner Java / build_java (21) (push) Has been cancelled
This commit is contained in:
parent
328406639b
commit
a651520215
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
name: Build Runner Php
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build Runner Base"]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build_php:
|
||||
runs-on: 'priviliged'
|
||||
needs: build_act
|
||||
|
@ -27,7 +27,6 @@ on:
|
|||
username: ${{ secrets.DEPLOY_USER }}
|
||||
password: ${{ secrets.DEPLOY_SECRET }}
|
||||
- name: Build and push php image
|
||||
id: build_act_php
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/php"
|
||||
|
|
Loading…
Reference in a new issue