diff --git a/.env b/.env deleted file mode 100644 index c2709cf..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -DATABASE_URL=postgresql://mmap:yjhcfzXWrzslzl1331@8.217.64.157:5433/mmap -JWT_SECRET="JvGpWgGWLHAhvhxN7BuOVtUWfMXm6xAqjClaTwOcAnI=" -RUST_LOG=debug -PORT=3060 \ No newline at end of file diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4455776..ee25249 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,7 +49,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}