mirror of
https://github.com/evroon/bracket.git
synced 2026-03-05 23:59:01 -05:00
Fix context of Docker image push workflow
This commit is contained in:
2
.github/workflows/publish_docker_image.yml
vendored
2
.github/workflows/publish_docker_image.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
with:
|
||||
context: .
|
||||
context: backend
|
||||
push: true
|
||||
file: backend/Dockerfile
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user