problem: tags all docker releases with latest

This commit is contained in:
Igor Artamonov
2020-06-29 23:25:37 -04:00
parent c2636cd81e
commit 493bea7b4d
2 changed files with 11 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload to Docker
uses: eskatos/gradle-command-action@v1
with:
arguments: jib -Platest=true
arguments: jib
env:
DOCKER_KEY: ${{ secrets.DOCKER_KEY }}