push Docker image to app-ci

This commit is contained in:
Son NK 2020-02-08 21:43:30 +07:00
parent 1086275af3
commit 8b1d999938
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Publish to Docker Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: simplelogin/app
name: simplelogin/app-ci
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}