mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05:00
Fix image name
This commit is contained in:
@ -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 #
|
||||
|
Reference in New Issue
Block a user