Skip to content

Commit

Permalink
Switch to reusable workflow for docker build and publish (#5)
Browse files Browse the repository at this point in the history
* Generalize docker workflow

* typo

* typo

* intend

* fake push

* fake push

* fake push

* experiments

* experiments

* experiments

* Finally migrate to reusable workflow
  • Loading branch information
alagishev authored Jan 18, 2025
1 parent ba54d12 commit 0108823
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 60 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker CI Workflow
on:
release:
types: [created]
push:
branches:
- '**'

jobs:
call-docker-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@v1
with:
name: qubership-apihub-backend
file: Dockerfile
context: ""
60 changes: 0 additions & 60 deletions .github/workflows/push.yml

This file was deleted.

0 comments on commit 0108823

Please sign in to comment.