Skip to content

Version images.

Version images. #1

Workflow file for this run

name: CI Services
on:
pull_request:
branches:
- main
paths-ignore:
- ".github/**"
- ".makefiles/**"
concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true
jobs:
docker-build:
name: Docker build
uses: ./.github/workflows/docker-build.yaml

Check failure on line 18 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/docker-build.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
folder: .
image_name: hortusfox-web
push: false