Skip to content

Commit 862320c

Browse files
committed
Fix Dockerfile path in CI configuration for correct build context
1 parent 874a13e commit 862320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: docker/[email protected]
112112
with:
113113
context: .
114-
file: .Dockerfile
114+
file: Dockerfile
115115
push: true
116116
tags: ${{ steps.meta.outputs.tags }}
117117
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)