1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

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

View file

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