Skip to content

Commit

Permalink
fix: fix for release (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-capozza-zupit authored May 23, 2024
1 parent 7be072a commit 567a865
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ jobs:

- name: Build JIB Image and publish
run: ./mvnw -ntp compile jib:build -P${{ inputs.RELEASE_ENVIRONMENT }} -Djib.to.image=${{ steps.meta.outputs.tags }} -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} -Dmaven.repo.local=${{inputs.MAVEN_USER_HOME}} ${{inputs.EXTRA_MAVEN_ARGS}}

0 comments on commit 567a865

Please sign in to comment.