Browse Source

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

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

3
.github/workflows/release.yml

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