Avoid image confusion

[skip ci]
This commit is contained in:
Till Faelligen 2024-12-18 12:40:32 +01:00
parent fecd84ce79
commit 2f055ae8c9
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
4 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.2
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite:buildcache AS build
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite-monolith:binaries AS build
FROM alpine:latest
RUN apk --update --no-cache add curl

View file

@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.2
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite:buildcache AS build
FROM --platform=${BUILDPLATFORM} ghcr.io/element-hq/dendrite-monolith:binaries AS build
FROM alpine:latest
LABEL org.opencontainers.image.title="Dendrite (Yggdrasil demo)"

View file

@ -6,7 +6,7 @@ TAG=${1:-latest}
echo "Building tag '${TAG}'"
docker build -t ghcr.io/element-hq/dendrite:buildcache --target build .
docker build -t ghcr.io/element-hq/dendrite-monolith:binaries --target build .
docker build -t ghcr.io/element-hq/dendrite-monolith:${TAG} .