Update budibase_ci.yml

This commit is contained in:
Martin McKeaveney 2021-01-29 12:11:40 +00:00 committed by GitHub
parent 10095f092a
commit 5f727d6913
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: | run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
yarn build:staging:docker yarn build:docker:staging
env: env:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }} DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }} DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}