diff --git a/.github/workflows/Prebuild.yaml b/.github/workflows/Prebuild.yaml index 469e75f..5b76e2a 100644 --- a/.github/workflows/Prebuild.yaml +++ b/.github/workflows/Prebuild.yaml @@ -88,6 +88,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + file: Dockerfile.dev push: ${{ github.event_name != 'pull_request' }} platforms: linux/arm64 tags: ${{ env.tags }}