We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e707965 commit 375a504Copy full SHA for 375a504
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Build and push Image
89
uses: docker/build-push-action@v4
90
with:
91
- context: ./src
+ file: ./Dockerfile.prod
92
push: true
93
tags: ghcr.io/${{ github.repository_owner }}-api:latest
94
cache-from: type=gha
0 commit comments