Skip to content

Commit 3966c0d

Browse files
authored
rename barnch
1 parent 924a068 commit 3966c0d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release-maven-image.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,29 @@ on:
1818
options:
1919
- /sps-backend # todo: muss angepasst werden. eigenen Ordner verwenden
2020
- /sps-frontend # todo: muss angepasst werden. eigenen Ordner verwenden
21-
2221
jobs:
2322
release-maven:
2423
runs-on: ubuntu-latest
2524
outputs:
2625
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26+
env:
27+
TZ: Europe/Berlin # timezone
2728
steps:
2829
- 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
3031
with:
31-
app-path: "${{ github.event.inputs.app-path }}"
32+
app-path: "/${{ github.event.inputs.app-path }}"
3233
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
3334
developmentVersion: "${{ github.event.inputs.developmentVersion }}"
3435

3536
build-image:
3637
runs-on: ubuntu-latest
3738
needs: release-maven
3839
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
4041
with:
41-
app-path: "${{ github.event.inputs.app-path }}"
42+
path: "${{ github.event.inputs.app-path }}"
43+
name: "${{ github.event.inputs.app-path }}"
4244
registry-password: ${{ secrets.GITHUB_TOKEN }}
4345
registry: ghcr.io
4446
registry-username: ${{ github.actor }}

0 commit comments

Comments
 (0)