.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
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build Runner Base"]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build_java:
|
||||
runs-on: 'priviliged'
|
||||
|
@ -26,7 +26,6 @@ jobs:
|
|||
username: ${{ secrets.DEPLOY_USER }}
|
||||
password: ${{ secrets.DEPLOY_SECRET }}
|
||||
- name: Build and push java image
|
||||
id: build_act_java
|
||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||
with:
|
||||
context: "{{defaultContext}}:images/actions/java"
|
||||
|
|
Loading…
Reference in a new issue