Fix build web workflow (#3664)
This commit is contained in:
parent
9ad9645ebe
commit
de641d42e6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue