name -> repository for docker/build-push-action@v1

This commit is contained in:
Son NK 2020-05-08 22:30:09 +02:00
parent 88b957fe8b
commit 225fd4bbb0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
if: github.event_name == 'push'
uses: docker/build-push-action@v1
with:
name: simplelogin/app-ci
repository: simplelogin/app-ci
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_with_ref: true