Skip to content

Commit

Permalink
feat: clean acr for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryn-pins committed Dec 23, 2024
1 parent 37aa2e4 commit a2bf1be
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions azure-pipelines-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ resources:
include:
- main

variables:
- group: pipeline_secrets
- group: pipeline_secrets_${{ parameters.environment }}

extends:
template: stages/wrapper_cd.yml@templates
parameters:
Expand Down Expand Up @@ -283,3 +287,16 @@ extends:
buildCommit: $(resources.pipeline.build.sourceCommit)
globalVariables:
- template: azure-pipelines-variables.yml@self

stages:
- stage: Clean Up
jobs:
- job: Clean up registry
steps:
- template: ../steps/azure_auth.yml
parameters:
subscriptionId: edb1ff78-90da-4901-a497-7e79f966f8e2
- template: ../steps/azure_container_registry_purge.yml
parameters:
azurecrName: pinscrsharedtoolinguks
repository: appeal-planning-decision/appeals-service-api

0 comments on commit a2bf1be

Please sign in to comment.