Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into release-v-1-16-0
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina committed Sep 5, 2024
2 parents 0837bbf + 1233e37 commit ed5f3bd
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 ed5f3bd

Please sign in to comment.