We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b1cc8 commit 6cb9e8eCopy full SHA for 6cb9e8e
.github/workflows/docker.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Setup building file structure
33
run: |
34
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/
35
+ cp -lr $GITHUB_WORKSPACE/example/ $GITHUB_WORKSPACE/docker/
36
37
- name: Build and push Docker image
38
uses: docker/build-push-action@v6
0 commit comments