1
0
mirror of https://github.com/bitwarden/web synced 2026-01-05 18:13:41 +00:00

Update build workflow and create QA Dockerfile

This commit is contained in:
Vince Grassia
2022-05-05 12:18:42 -04:00
parent c490b67f74
commit 74bd2a0884
2 changed files with 86 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ jobs:
run: |
echo -e "\nBuilding Docker image"
docker --version
docker build -t bitwarden/web .
docker build -t bitwarden/web -f docker/Dockerfile .
- name: Tag rc branch
if: github.ref == 'refs/heads/rc'
@@ -340,7 +340,7 @@ jobs:
echo -e "\nBuilding Docker image"
docker --version
docker build -t bitwardenqa.azurecr.io/web .
docker build -t bitwardenqa.azurecr.io/web -f docker/Dockerfile-QA .
- name: Get image tag
id: image-tag