Add docker syntax and re-add cache-from

[skip ci]
This commit is contained in:
Till Faelligen 2024-12-18 12:14:02 +01:00
parent 5c25b6f0ea
commit fecd84ce79
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#syntax=docker/dockerfile:1.2
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite:buildcache AS build
FROM alpine:latest

View file

@ -1,3 +1,5 @@
#syntax=docker/dockerfile:1.2
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite:buildcache AS build
FROM alpine:latest