Skip to content

Commit 9928a31

Browse files
author
Adetokunbo Ige
committed
chore: fixed issues with github actions
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 38e9b60 commit 9928a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
uses: docker/build-push-action@v5
8080
id: build-push-to-ecr
8181
with:
82-
context: .
83-
file: todo-app/lambda_function/Dockerfile
82+
context: todo-app/lambda_function
83+
file: Dockerfile
8484
push: true
8585
tags: ${{ env.ECR_REGISTRY }}/${{ env.REPO_NAME }}:${{ steps.sha_short.outputs.sha_short }}
8686
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)