Skip to content

Commit

Permalink
Update release-maven-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Jul 2, 2024
1 parent 43147eb commit e74a586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-maven-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- /sps-frontend # todo: muss angepasst werden. eigenen Ordner verwenden

jobs:
release:
release-maven:
runs-on: ubuntu-latest
outputs:
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
Expand All @@ -34,7 +34,7 @@ jobs:

build-image:
runs-on: ubuntu-latest
needs: build-maven
needs: release-maven
if: github.ref == 'refs/heads/main'
steps:
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
Expand Down

0 comments on commit e74a586

Please sign in to comment.