Skip to content

Commit 0f3e716

Browse files
committed
chore: fix the docker context
1 parent 59045d6 commit 0f3e716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ecs-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
9696
id: push
9797
with:
98-
context: ../../Dockerfile.production
98+
context: ../../
99+
file: Dockerfile.production
99100
platforms: linux/amd64,linux/arm64
100101
push: true
101102
tags: |

0 commit comments

Comments
 (0)