diff --git a/.github/workflows/maven-service-deploy.yml b/.github/workflows/maven-service-deploy.yml index b1b49b8..8c580fa 100644 --- a/.github/workflows/maven-service-deploy.yml +++ b/.github/workflows/maven-service-deploy.yml @@ -62,6 +62,7 @@ jobs: with: github-pat: ${{ secrets.github-pkg-ro-pat }} github-user: ${{ secrets.github-pkg-ro-user }} + mvn-args: ${{ inputs.mvn-args }} - name: Deploy image uses: ./.github/actions/action-deploy-docker