mirror of
https://github.com/empayre/java-workflow.git
synced 2024-11-06 10:55:18 +00:00
added mvn-args
This commit is contained in:
parent
a0dbaf78ab
commit
8e4709a33b
1
.github/workflows/maven-service-deploy.yml
vendored
1
.github/workflows/maven-service-deploy.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-pat: ${{ secrets.github-pkg-ro-pat }}
|
github-pat: ${{ secrets.github-pkg-ro-pat }}
|
||||||
github-user: ${{ secrets.github-pkg-ro-user }}
|
github-user: ${{ secrets.github-pkg-ro-user }}
|
||||||
|
mvn-args: ${{ inputs.mvn-args }}
|
||||||
|
|
||||||
- name: Deploy image
|
- name: Deploy image
|
||||||
uses: ./.github/actions/action-deploy-docker
|
uses: ./.github/actions/action-deploy-docker
|
||||||
|
Loading…
Reference in New Issue
Block a user