mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 09:35:18 +00:00
OPS-89: bump docker deploy action (#29)
This commit is contained in:
parent
676180bbd5
commit
9361e6d9fe
4
.github/workflows/maven-service-deploy.yml
vendored
4
.github/workflows/maven-service-deploy.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
mvn-args: ${{ inputs.mvn-args }}
|
||||
|
||||
- name: Deploy image
|
||||
uses: valitydev/action-deploy-docker@v1.0.16
|
||||
uses: valitydev/action-deploy-docker@v2.0.2
|
||||
with:
|
||||
registry-username: ${{ github.actor }}
|
||||
registry-access-token: ${{ secrets.github-token }}
|
||||
@ -72,4 +72,4 @@ jobs:
|
||||
mvn-args: ${{ inputs.mvn-args }}
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user