Skip to content

Commit 6cb9e8e

Browse files
committed
Fix Docker workflow
1 parent d4b1cc8 commit 6cb9e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Setup building file structure
3333
run: |
3434
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/
35+
cp -lr $GITHUB_WORKSPACE/example/ $GITHUB_WORKSPACE/docker/
3536
3637
- name: Build and push Docker image
3738
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)