Skip to content

Commit 71e3fbd

Browse files
committed
Fix context of Docker image push workflow
1 parent ccf28bc commit 71e3fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build and push Docker image
3838
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
3939
with:
40-
context: .
40+
context: backend
4141
push: true
4242
file: backend/Dockerfile
4343
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)