Skip to content

Commit f4c12bc

Browse files
committed
Generalize docker workflow
1 parent 43f5b01 commit f4c12bc

File tree

2 files changed

+19
-60
lines changed

2 files changed

+19
-60
lines changed

.github/workflows/docker-ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)