1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-16 07:07:32 -05:00

DEVOPS-1526 Push all versioned images to ACR (#3154)

This commit is contained in:
MtnBurrit0
2023-08-07 12:57:40 -06:00
committed by GitHub
parent a5bda60c4e
commit 5275f22f12

View File

@ -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