diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 263c3da3f..d1cfed78f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -30,7 +30,7 @@ jobs: run: touch src/.env - name: Build Images - run: make build --no-cache + run: make build - name: Build App Dependencies run: make build && make artisan-storage-link