We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b3cdb commit 4a469a7Copy full SHA for 4a469a7
2 files changed
.github/workflows/docker.yaml
@@ -45,7 +45,6 @@ jobs:
45
context: .
46
push: true
47
tags: ${{ steps.meta.outputs.tags }}
48
- # TODO: add multi-platform support
49
- # platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
50
cache-from: type=gha
51
cache-to: type=gha,mode=max
apps/docs/src/app/getting-started/page.mdx
@@ -29,7 +29,7 @@ We've made LetterSpace for simplicity and ease of use. The easiest way to get st
29
- app_network
30
31
backend:
32
- image: ghcr.io/dcodesdev/letterspace:0.1.0-beta
+ image: ghcr.io/dcodesdev/letterspace:0.2.1-beta
33
restart: always
34
depends_on:
35
- db
0 commit comments