diff --git a/.github/workflows/v2.yml b/.github/workflows/v2.yml index 22605339..3b3adc49 100644 --- a/.github/workflows/v2.yml +++ b/.github/workflows/v2.yml @@ -181,7 +181,7 @@ jobs: with: context: . file: ./dockerfiles/DebianJava - build-args: + build-args: | MODULE_NAME=converter PASS_APP_VERSION=${{ env.VERSION }} push: true @@ -241,7 +241,7 @@ jobs: with: context: . file: ./dockerfiles/DebianJavaFfmpeg - build-args: + build-args: | MODULE_NAME=coordinator PASS_APP_VERSION=${{ env.VERSION }} push: true