Skip to content

Commit b9e133c

Browse files
add missing build context
1 parent 99bcb7f commit b9e133c

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
@@ -96,5 +96,5 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/checkout@v4
99-
- run: docker build -t default -f .devcontainer/Dockerfile
100-
- run: docker build -t wolfssl -f .devcontainer/wolfssl/Dockerfile
99+
- run: docker build -t default -f .devcontainer/Dockerfile .
100+
- run: docker build -t wolfssl -f .devcontainer/wolfssl/Dockerfile .

0 commit comments

Comments
 (0)