Skip to content

Commit

Permalink
Update build-and-deploy-backend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
krugergui authored Oct 29, 2023
1 parent eda3d81 commit a4fde09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
tags: |
${{ env.REPOSITORY_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPO_NAME }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
context: ./backend
context: ./src/backend

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit a4fde09

Please sign in to comment.