Skip to content

Commit 823e6db

Browse files
committed
Github Workflow: minor fix
1 parent 797b9bd commit 823e6db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Build and push Docker image
4040
uses: docker/build-push-action@v5
4141
with:
42-
context: ./docker
42+
context: .
43+
file: docker/Dockerfile
4344
push: true
4445
tags: ${{ steps.meta.outputs.tags }}
4546
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)