Skip to content

moved postgres to folder #3

moved postgres to folder

moved postgres to folder #3

name: Build hlf-explorer-db
on:
workflow_dispatch:
push:
tags:
- hlf-explorer-db*
branches:
- main
- dev
paths:
- 'postgres/postgres-Dockerfile'
- '!**.md'
- '.github/workflows/build-explorer-db.yml'
- 'app/persistence/fabric/postgreSQL/db/**'
jobs:
build:
uses: bcvouch/gha-workflows/.github/workflows/build-mono.yaml@main

Check failure on line 19 in .github/workflows/build-expolrer-db.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-expolrer-db.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-expolrer-db.yaml" -> "bcvouch/gha-workflows/.github/workflows/build-mono.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
image_name: bcvouch/hlf-explorer-db
app_name: hlf-explorer-db
dockerfile: postgres/postgres-Dockerfile