Skip to content

Commit

Permalink
ci(feat): add acr delete workflow (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern authored Sep 2, 2024
1 parent eec4b42 commit 1cf48de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/az_acr_delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'ACR: Docker Delete'

on:
delete:

permissions:
id-token: write
contents: read
actions: read

jobs:
call-az-acr-delete:
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_delete.yml@dev
if: github.event.ref_type == 'branch'
secrets: inherit

0 comments on commit 1cf48de

Please sign in to comment.