Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Frontend & Docker CI Workflow | ||
on: | ||
release: | ||
types: [created] | ||
push: | ||
branches: | ||
- main | ||
- release | ||
- develop | ||
- feature/* | ||
- docker-build-wth-npm | ||
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 }} | ||
Check failure on line 29 in .github/workflows/ci-workflow.yml GitHub Actions / Frontend & Docker CI WorkflowInvalid workflow file
|