Skip to content

Commit

Permalink
tidy up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Nov 24, 2023
1 parent cabf32f commit af77350
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/service-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ jobs:
run: mvn clean package --projects :${{ inputs.service }} --also-make --batch-mode

# Build and push docker image
# docker build . --build-arg JAR_FILE=services/${{ inputs.service }}/target/app.jar -t <tag>

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
# uses: advanced-security/[email protected]
# docker build . --build-arg JAR_FILE=services/${{ inputs.service }}/target/app.jar -t <tag>

0 comments on commit af77350

Please sign in to comment.