Skip to content

Commit ba7d497

Browse files
committed
updated Dockerfile path for workflow
1 parent e6136c0 commit ba7d497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
id: build-and-push
7474
uses: docker/build-push-action@v6.5.0
7575
with:
76-
context: ./src
77-
file: Dockerfile
76+
context: src
77+
file: src/Dockerfile
7878
push: ${{ github.event_name != 'pull_request' }}
7979
tags: ${{ steps.meta.outputs.tags }}
8080
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)