1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[DEVOPS-1516] - Update server build workflow to push images to ACR (#3157)

* Update server build workflow to push images to ACR

* UPDATE: Remove docker_repos matrix variable

* FIX: make docker push command one-liner

* UODATE: revert attachment image source

* UPDATE: add suggestion and update tags in docker build

* UPDATE: docker build tags

* UPDATE: master branch tag to latest

* ADD: push server image to dockerhub

* ADD: sugesstions

* ADD: ACR var name change and usages

* Minor updates

* Fix syntax error

* UPDATE: use ACR var for image name step

---------

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Opeyemi
2023-08-10 18:41:56 +01:00
committed by GitHub
parent d4bcaf10ff
commit 0c76969506
2 changed files with 45 additions and 96 deletions

View File

@ -1,4 +1,4 @@
FROM bitwarden/server:dev
FROM bitwardenprod.azurecr.io/server:latest
LABEL com.bitwarden.product="bitwarden"