Fix Docker workflow

This commit is contained in:
PassiveLemon 2025-03-29 11:34:54 -04:00
parent d4b1cc8c57
commit 6cb9e8e427

View File

@ -32,6 +32,7 @@ jobs:
- name: Setup building file structure
run: |
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/
cp -lr $GITHUB_WORKSPACE/example/ $GITHUB_WORKSPACE/docker/
- name: Build and push Docker image
uses: docker/build-push-action@v6