Skip to content

Commit 78c9695

Browse files
committed
Fix Dockerfile path in CI workflow for consistency
1 parent a4c2da3 commit 78c9695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/build-push-action@v6
5757
with:
5858
context: .
59-
file: ./devcontainer/Dockerfile
59+
file: ./.devcontainer/Dockerfile
6060
target: clang-base
6161
push: true
6262
tags: |

0 commit comments

Comments
 (0)