mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Fix build web workflow (#3664)
This commit is contained in:
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -303,7 +303,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ matrix.image_name }}
|
IMAGE_NAME: ${{ matrix.image_name }}
|
||||||
run: docker tag bitwardenqa.azurecr.io/web "bitwardenqa.azurecr.io/$IMAGE_NAME:dev"
|
run: docker tag bitwardenqa.azurecr.io/$IMAGE_NAME "bitwardenqa.azurecr.io/$IMAGE_NAME:dev"
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user