File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 18
18
options :
19
19
- /sps-backend # todo: muss angepasst werden. eigenen Ordner verwenden
20
20
- /sps-frontend # todo: muss angepasst werden. eigenen Ordner verwenden
21
-
22
21
jobs :
23
22
release-maven :
24
23
runs-on : ubuntu-latest
25
24
outputs :
26
25
MVN_ARTIFACT_ID : ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26
+ env :
27
+ TZ : Europe/Berlin # timezone
27
28
steps :
28
29
- id : maven-release-step
29
- uses : it-at-m/.github/.github/actions/action-maven-release@reuseable-workflow
30
+ uses : it-at-m/.github/.github/actions/action-maven-release@main
30
31
with :
31
- app-path : " ${{ github.event.inputs.app-path }}"
32
+ app-path : " / ${{ github.event.inputs.app-path }}"
32
33
releaseVersion : " ${{ github.event.inputs.releaseVersion }}"
33
34
developmentVersion : " ${{ github.event.inputs.developmentVersion }}"
34
35
35
36
build-image :
36
37
runs-on : ubuntu-latest
37
38
needs : release-maven
38
39
steps :
39
- - uses : it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
40
+ - uses : it-at-m/.github/.github/actions/action-build-image@main
40
41
with :
41
- app-path : " ${{ github.event.inputs.app-path }}"
42
+ path : " ${{ github.event.inputs.app-path }}"
43
+ name : " ${{ github.event.inputs.app-path }}"
42
44
registry-password : ${{ secrets.GITHUB_TOKEN }}
43
45
registry : ghcr.io
44
46
registry-username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments