Skip to content

Commit bf587f6

Browse files
committed
fix github action
1 parent f77c4d6 commit bf587f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Build and push Docker image
3838
uses: docker/build-push-action@v6
3939
with:
40-
context: ./docker
40+
context: .
41+
file: ./docker/Dockerfile
4142
push: true
4243
tags: ${{ steps.meta.outputs.tags }}
4344
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)