Skip to content

Commit 3841444

Browse files
committed
Finally migrate to reusable workflow
1 parent 612a82a commit 3841444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker CI Workflow Push
1+
name: Docker CI Workflow
22
on:
33
release:
44
types: [created]
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-docker-ci-workflow:
11-
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@docker-workflow
11+
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@v1
1212
with:
1313
name: qubership-apihub-backend
1414
file: Dockerfile

0 commit comments

Comments
 (0)