Skip to content

Commit

Permalink
Add Aidan's dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Nov 29, 2024
1 parent a7f4ebf commit c0778d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,10 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ${{inputs.COMPONENT_TYPE}}/${{inputs.COMPONENT_NAME}}
file: ${{inputs.COMPONENT_TYPE}}/${{inputs.COMPONENT_NAME}}/Dockerfile.graalvm
build-args: |
CONTAINER_NAME=${{inputs.COMPONENT_NAME}}
MAVEN_SETTINGS_FILE=settings.xml
push: true
tags: ${{ steps.meta_pr.outputs.tags }}
labels: ${{ steps.meta_pr.outputs.labels }}
labels: ${{ steps.meta_pr.outputs.labels }}

0 comments on commit c0778d6

Please sign in to comment.