.gitea/workflows/lua.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 Java / build_java (8) (push) Has been cancelled
Build Runner Java / build_java (21) (push) Has been cancelled
Build Runner Base / build_act (push) Has been cancelled
Build Runner Java / build_java (17) (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 Java / build_java (8) (push) Has been cancelled
Build Runner Java / build_java (21) (push) Has been cancelled
Build Runner Base / build_act (push) Has been cancelled
Build Runner Java / build_java (17) (push) Has been cancelled
This commit is contained in:
parent
d5281b2198
commit
328406639b
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
name: Build Runner Lua
|
name: Build Runner Lua
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: ["Build Runner Base"]
|
branches:
|
||||||
types:
|
- 'master'
|
||||||
- completed
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
build_lua:
|
build_lua:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
needs: build_act
|
needs: build_act
|
||||||
|
@ -27,7 +27,6 @@ on:
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push Lua image
|
- name: Build and push Lua image
|
||||||
id: build_act_lua
|
|
||||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:images/actions/lua"
|
context: "{{defaultContext}}:images/actions/lua"
|
||||||
|
|
Loading…
Reference in a new issue