Using correct dockerfile
This commit is contained in:
parent
742ae64d30
commit
7d5bcc40b0
2
.github/workflows/build-java-app.yml
vendored
2
.github/workflows/build-java-app.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfiles/DebianJava
|
file: ./dockerfiles/DebianJavaFfmpeg
|
||||||
build-args: |
|
build-args: |
|
||||||
MODULE_NAME=${{ inputs.app }}
|
MODULE_NAME=${{ inputs.app }}
|
||||||
PASS_APP_VERSION=${{ env.VERSION }}
|
PASS_APP_VERSION=${{ env.VERSION }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user