updating workflow to push to self hosters

This commit is contained in:
Martin McKeaveney 2021-10-07 23:08:21 +01:00
parent d4ecb810b1
commit c7a5b9eb71
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
yarn build
yarn build:docker
yarn build:docker:production
env:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}