Merge pull request #31 from valitydev/ft/IMP-31/deploy_epic_branches

IMP-31: support deploy epic branches for java services
This commit is contained in:
mr-impossibru 2022-05-23 18:28:42 +03:00 committed by GitHub
commit 804f75834b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
mvn-args: ${{ inputs.mvn-args }}
- name: Deploy image
uses: valitydev/action-deploy-docker@v2.0.2
uses: valitydev/action-deploy-docker@v2.0.3
with:
registry-username: ${{ github.actor }}
registry-access-token: ${{ secrets.github-token }}