Skip to content

Substantial rewrite of the pipeline #1

Substantial rewrite of the pipeline

Substantial rewrite of the pipeline #1

# Copyright (c) 2024 Roberto Rossini ([email protected])
# SPDX-License-Identifier: MIT
name: Build utils Dockerfile
on:
push:
branches: [ main ]
paths:
- ".github/workflows/build-utils*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/utils*.Dockerfile"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/build-utils*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/utils*.Dockerfile"
jobs:
build-utils-dockerfile:
name: Build utils Dockerfile
uses: robomics/call_tad_cliques/.github/workflows/build-dockerfile.yml@main

Check failure on line 23 in .github/workflows/build-utils-dockerfile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-utils-dockerfile.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-utils-dockerfile.yml" -> "robomics/call_tad_cliques/.github/workflows/build-dockerfile.yml@main" : failed to fetch workflow: workflow was not found.
with:
dockerfile-glob: "containers/utils*.Dockerfile"
permissions:
contents: read
packages: write