|
|
|
|
@ -306,7 +306,6 @@ jobs:
@@ -306,7 +306,6 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Tag version and latest |
|
|
|
|
if: matrix.origin_docker_repo == 'bitwardenprod.azurecr.io' |
|
|
|
|
env: |
|
|
|
|
PROJECT_NAME: ${{ steps.setup.outputs.project_name }} |
|
|
|
|
REGISTRY: bitwardenprod.azurecr.io |
|
|
|
|
@ -320,7 +319,7 @@ jobs:
@@ -320,7 +319,7 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Push version and latest image |
|
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' && matrix.origin_docker_repo == 'bitwardenprod.azurecr.io' }} |
|
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }} |
|
|
|
|
env: |
|
|
|
|
PROJECT_NAME: ${{ steps.setup.outputs.project_name }} |
|
|
|
|
REGISTRY: bitwardenprod.azurecr.io |
|
|
|
|
|