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:
@ -1,4 +1,4 @@
|
||||
FROM bitwarden/server:dev
|
||||
FROM bitwardenprod.azurecr.io/server:latest
|
||||
|
||||
LABEL com.bitwarden.product="bitwarden"
|
||||
|
||||
|
Reference in New Issue
Block a user