Skip to content

Commit

Permalink
Update mvn-build.yml
Browse files Browse the repository at this point in the history
Remove unneeded conditional
  • Loading branch information
vivid-cpreston authored Oct 4, 2024
1 parent 1f0df56 commit 58c8d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ jobs:
type=raw,value=${{ inputs.TAG }}
- name: Build and push Docker image
if: ${{ inputs.PROJECT_TYPE == 'server' }}
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v6
with:
context: ${{inputs.COMPONENT_TYPE}}/${{inputs.COMPONENT_NAME}}
build-args: |
Expand Down

0 comments on commit 58c8d6e

Please sign in to comment.