mirror of
https://github.com/bitwarden/server.git
synced 2024-12-23 17:07:42 +01: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
|
||||
|
||||
- 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:
|
||||
PROJECT_NAME: ${{ steps.setup.outputs.project_name }}
|
||||
REGISTRY: bitwardenprod.azurecr.io
|
||||
|
Loading…
Reference in New Issue
Block a user