Skip to content

Commit 7cbea51

Browse files
add missing build context
1 parent d374c3a commit 7cbea51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jwt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- uses: actions/checkout@v4
100-
- run: docker build -t default -f .devcontainer/Dockerfile
101-
- run: docker build -t wolfssl -f .devcontainer/wolfssl/Dockerfile
100+
- run: docker build -t default -f .devcontainer/Dockerfile .
101+
- run: docker build -t wolfssl -f .devcontainer/wolfssl/Dockerfile .

0 commit comments

Comments
 (0)