Skip to content

Merge branch 'feature/docker-build-wth-npm' of https://github.com/Net… #4

Merge branch 'feature/docker-build-wth-npm' of https://github.com/Net…

Merge branch 'feature/docker-build-wth-npm' of https://github.com/Net… #4

Workflow file for this run

name: Frontend & Docker CI Workflow
on:
release:
types: [created]
push:
branches:
- main
- release
- develop
- feature/*
delete:
branches:
- release
- feature/*
jobs:
call-frontend-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
call-docker-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@tag-naming
with:
name: qubership-apihub-build-task-consumer
file: Dockerfile
context: ""
platforms: linux/amd64,linux/arm64
secrets:
NPMRC: ${{ secrets.NPMRC }}