Skip to content

Commit 79100f0

Browse files
authored
Update production-deployment.yaml
1 parent fdcd2b5 commit 79100f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: ${{ steps.check-image.outputs.skip_remaining_steps_api != 'true' }}
9191
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
9292
with:
93-
context: ./api
93+
context: ./
9494
push: true
9595
tags: ${{ secrets.REPOSITORY_URL }}/${{ env.REPO_NAME }}:api${{ github.sha }}
9696
file: ./api/Dockerfile

0 commit comments

Comments
 (0)