mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
DEVOPS-1526 Push all versioned images to ACR (#3154)
This commit is contained in:
parent
a5bda60c4e
commit
5275f22f12
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user