Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 81eb47e

Browse files
committed
fix: use depot for builds
1 parent 5f43a26 commit 81eb47e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Webapp
22

33
```shell
4-
docker buildx build \
4+
depot build \
55
--platform linux/amd64 \
66
-f docker/Dockerfile \
77
--build-arg BUILD_APP_VERSION=spaak-version \
8-
--build-arg BUILD_GIT_SHA=e2010087d6448c51633e22902dc7cc41489a7682 \
8+
--build-arg BUILD_GIT_SHA=$(git rev-parse HEAD) \
99
--build-arg BUILD_GIT_REF_NAME=spaak-version \
1010
--build-arg BUILD_TIMESTAMP_SECONDS=$(date +%s) \
1111
-t ghcr.io/spaak-technologies/trigger-webapp:latest \
@@ -17,7 +17,7 @@ docker buildx build \
1717
# Supervisor
1818

1919
```shell
20-
docker buildx build \
20+
depot build \
2121
--platform linux/amd64 \
2222
-f apps/supervisor/Containerfile \
2323
-t ghcr.io/spaak-technologies/trigger-supervisor:latest \

depot.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"id": "g2k5ln95n6"
3-
}
1+
{"id":"rhw01cz0pc"}

0 commit comments

Comments
 (0)