.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

This commit is contained in:
Snoweuph 2024-05-09 21:07:49 +00:00
parent d5281b2198
commit 328406639b

View file

@ -1,11 +1,11 @@
name: Build Runner Lua
on:
workflow_run:
workflows: ["Build Runner Base"]
types:
- completed
push:
branches:
- 'master'
jobs:
build_lua:
runs-on: 'priviliged'
needs: build_act
@ -27,7 +27,6 @@ on:
username: ${{ secrets.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_SECRET }}
- name: Build and push Lua image
id: build_act_lua
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
with:
context: "{{defaultContext}}:images/actions/lua"