Skip to content

Commit

Permalink
Merge pull request #310 from microsoft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
colbylwilliams authored Feb 3, 2022
2 parents 9b1294a + c721546 commit 3f52a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: teamcloud.azurecr.io
username: ${{ secrets.TEAMCLOUD_ACR_USERNAME }}
username: TeamCloud
password: ${{ secrets.TEAMCLOUD_ACR_PASSWORD }}

- name: Build and push API Image
Expand Down
2 changes: 1 addition & 1 deletion web/src/hooks/useCreateDeploymentScope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useCreateDeploymentScope = () => {
onResponse: (raw, flat) => {
if (raw.status >= 400)
throw new Error(raw.parsedBody || raw.bodyAsText || `Error: ${raw.status}`)
}
},
});

return data;
Expand Down

0 comments on commit 3f52a43

Please sign in to comment.