Skip to content

Commit

Permalink
Update backend-maven-node-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling committed Jul 1, 2024
1 parent 15201fd commit a36d11d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/backend-maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ on: # defining on which triggers this action should run
jobs:

build-maven:

uses: it-at-m/.github/.github/workflows/reuseable-template-maven-node-build.yml@reuseable-workflow
with:
app-path: "./sps-backend"
runs-on: ubuntu-latest
steps:

- uses: it-at-m/.github/.github/actions/action-maven-node-build@reuseable-workflow
with:
app-path: "${{ env.APP_PATH }}"

#build-image:
# needs: build-maven
Expand All @@ -36,8 +38,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-maven
steps:
- id: abc
uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
with:
app-path: "${{ env.APP_PATH }}"
registry-password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a36d11d

Please sign in to comment.