Skip to content

Commit 3445ab5

Browse files
committed
ci(github): docker build and push step not getting context
1 parent 218949a commit 3445ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: docker_build
2828
uses: docker/build-push-action@v2
2929
with:
30+
context: .
3031
push: true
3132
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/esamwad-user-service:latest
3233

0 commit comments

Comments
 (0)