Browse Source

Fix push version and latest step to ACR (#2984)

pull/2985/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
a62d0c5e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -318,7 +318,7 @@ jobs: @@ -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…
Cancel
Save