diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cf522d..e0469b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,6 @@ jobs: uses: docker/build-push-action@v4 with: target: production - platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 3eedcf3..9d940a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: excalidraw-storage-backend: build: context: . - target: development + target: production tty: true stdin_open: true ports: