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 43f5b01 commit f4c12bcCopy full SHA for f4c12bc
.github/workflows/docker-ci.yml
@@ -0,0 +1,19 @@
1
+name: Docker CI Workflow
2
+on:
3
+ release:
4
+ types: [created]
5
+ push:
6
+ branches:
7
+ - '**'
8
+
9
+jobs:
10
+ call-docker-ci-workflow:
11
+ strategy:
12
+ matrix:
13
+ component:
14
+ - name: qubership-apihub-backend
15
+ file: Dockerfile
16
+ context: ""
17
+ uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yaml@docker-workflow
18
+ with:
19
+ target: ${{ matrix.component }}
.github/workflows/push.yml
0 commit comments