Skip to content

Commit

Permalink
ci(perf): add az-acr-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern committed Aug 21, 2024
1 parent ceae84f commit 6573338
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/az_acr_push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'ACR: Docker Push'
name: 'ACR: Docker Branch Images'

on:
workflow_dispatch:

push:
branches:
- "**"
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/az_acr_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'ACR: Docker Release Images'

on:
workflow_dispatch:

push:
branches:
- "dev"

jobs:
call-az-acr-release:
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
secrets: inherit

0 comments on commit 6573338

Please sign in to comment.