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 a406368 commit ac3a09aCopy full SHA for ac3a09a
.github/workflows/az_acr_push.yml
@@ -0,0 +1,16 @@
1
+name: 'ACR: Docker Push'
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+ push:
7
+ branches:
8
+ - "**"
9
+ - "!dev"
10
+ tags-ignore:
11
12
13
+jobs:
14
+ call-az-acr-push:
15
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_push.yml@dev
16
+ secrets: inherit
CODEOWNERS
@@ -0,0 +1 @@
+.github/ @code-kern-ai/devops-admin @code-kern-ai/dev-admin
0 commit comments