Skip to content

ci: build images via GitHub workflows #1

ci: build images via GitHub workflows

ci: build images via GitHub workflows #1

Workflow file for this run

name: Build image
on:
push:
branches:
- master
- develop
- feature/**
- feat/**
- fix/**
- release-*
tags: ["*"]
jobs:
call-ng-build-image:
uses: oat-sa/ci-pipelines/.github/workflows/reuse-ng-image-build.yaml@master

Check failure on line 16 in .github/workflows/ng-image-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ng-image-build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ng-image-build.yaml" -> "oat-sa/ci-pipelines/.github/workflows/reuse-ng-image-build.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit