1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 14:26:38 -05:00

Fix image name

This commit is contained in:
Vince Grassia 2023-11-09 14:20:48 -05:00
parent 8da8388678
commit a7fa6c943f
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -2,7 +2,7 @@
# Build stage #
###############################################
ARG BUILD_TAG=latest
FROM --platform=$BUILDPLATFORM bitwarden-build:${BUILD_TAG} AS bitwarden-build
FROM --platform=$BUILDPLATFORM bitwardenprod.azurecr.io/build:${BUILD_TAG} AS bitwarden-build
###############################################
# App stage #