diff --git a/.github/workflows/mvn-build.yml b/.github/workflows/mvn-build.yml index eb46bdf5..261793e3 100644 --- a/.github/workflows/mvn-build.yml +++ b/.github/workflows/mvn-build.yml @@ -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 }} \ No newline at end of file + labels: ${{ steps.meta_pr.outputs.labels }}