mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Fix push version and latest step to ACR (#2984)
This commit is contained in:
parent
767993e266
commit
a62d0c5e52
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -318,7 +318,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Push version and latest image
|
- name: Push version and latest image
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' && matrix.origin_docker_repo == 'bitwardenprod.azurecr.io' }}
|
||||||
env:
|
env:
|
||||||
PROJECT_NAME: ${{ steps.setup.outputs.project_name }}
|
PROJECT_NAME: ${{ steps.setup.outputs.project_name }}
|
||||||
REGISTRY: bitwardenprod.azurecr.io
|
REGISTRY: bitwardenprod.azurecr.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user