Skip to content

Commit

Permalink
Use gcloud to configure docker during release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfarzan authored Jan 28, 2020
1 parent b3132fe commit 90247df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-demo-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
version: '275.0.0'
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
- run: gcloud auth configure-docker
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand All @@ -28,6 +29,7 @@ jobs:
run: |
cd ts/demo-functions
npm ci
npm test
envsubst < $NPM_CONFIG_USERCONFIG > .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 90247df

Please sign in to comment.