From e5f20389cc0ec428afd826e82e3c961e57ee0cdd Mon Sep 17 00:00:00 2001 From: Glenn Van Loon Date: Tue, 16 Dec 2025 18:07:37 +0100 Subject: [PATCH] set working directory --- .github/workflows/ publish-devcontainer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ publish-devcontainer.yaml b/.github/workflows/ publish-devcontainer.yaml index 41f9b31..c9691e2 100644 --- a/.github/workflows/ publish-devcontainer.yaml +++ b/.github/workflows/ publish-devcontainer.yaml @@ -19,6 +19,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - file: ./.devcontainer/Dockerfile + context: .devcontainer push: true tags: dhglennvl/cpp-devcontainer:latest