We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f8552 commit b4e94a7Copy full SHA for b4e94a7
.github/workflows/az_acr_push.yml
@@ -1,8 +1,6 @@
1
-name: 'ACR: Docker Push'
+name: 'ACR: Docker Branch Images'
2
3
on:
4
- workflow_dispatch:
5
-
6
push:
7
branches:
8
- "**"
.github/workflows/az_acr_release.yml
@@ -0,0 +1,13 @@
+name: 'ACR: Docker Release Images'
+
+on:
+ workflow_dispatch:
+ push:
+ branches:
+ - "dev"
9
10
+jobs:
11
+ call-az-acr-release:
12
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
13
+ secrets: inherit
0 commit comments