Skip to content

Commit 8debe47

Browse files
committed
chore: fix docker context
1 parent bf88354 commit 8debe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecs-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
9191
id: push
9292
with:
93-
context: .
93+
context: ../../Dockerfile.production
9494
platforms: linux/amd64,linux/arm64
9595
push: true
9696
tags: |

0 commit comments

Comments
 (0)