Skip to content

Commit 375a504

Browse files
committed
fix(ci): update build job to use Dockerfile.prod
- Specify Dockerfile.prod as build target
1 parent e707965 commit 375a504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Build and push Image
8989
uses: docker/build-push-action@v4
9090
with:
91-
context: ./src
91+
file: ./Dockerfile.prod
9292
push: true
9393
tags: ghcr.io/${{ github.repository_owner }}-api:latest
9494
cache-from: type=gha

0 commit comments

Comments
 (0)