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 plotting Dockerfile
on:
push:
branches: [ main ]
paths:
- ".github/workflows/build-plotting*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/plotting*.Dockerfile"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/build-plotting*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/plotting*.Dockerfile"
jobs:
build-plotting-dockerfile:
name: Build plotting Dockerfile
uses: robomics/call_tad_cliques/.github/workflows/build-dockerfile.yml@main

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

View workflow run for this annotation

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

Invalid workflow file

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