We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcd2b5 commit 79100f0Copy full SHA for 79100f0
.github/workflows/production-deployment.yaml
@@ -90,7 +90,7 @@ jobs:
90
if: ${{ steps.check-image.outputs.skip_remaining_steps_api != 'true' }}
91
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
92
with:
93
- context: ./api
+ context: ./
94
push: true
95
tags: ${{ secrets.REPOSITORY_URL }}/${{ env.REPO_NAME }}:api${{ github.sha }}
96
file: ./api/Dockerfile
0 commit comments