.gitea/workflows/java.yml aktualisiert
This commit is contained in:
parent
ebbef5bcdf
commit
d5281b2198
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
name: Build Runner Java
|
name: Build Runner Java
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: ["Build Runner Base"]
|
branches:
|
||||||
types:
|
- 'master'
|
||||||
- completed
|
|
||||||
jobs:
|
jobs:
|
||||||
build_java:
|
build_java:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
|
@ -26,7 +26,6 @@ jobs:
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push java image
|
- name: Build and push java image
|
||||||
id: build_act_java
|
|
||||||
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/java"
|
context: "{{defaultContext}}:images/actions/java"
|
||||||
|
|
Loading…
Reference in a new issue