Skip to content

update containers to new void images, clean up service container CI #11

update containers to new void images, clean up service container CI

update containers to new void images, clean up service container CI #11

Workflow file for this run

name: LEGO Service Container
on:
workflow_dispatch:
pull_request:
paths:
- services/pkg/lego/**
push:
branches:
- master
paths:
- services/pkg/lego/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
uses: ./.github/workflows/pkg-build.yml

Check failure on line 19 in .github/workflows/pkg-lego.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pkg-lego.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pkg-lego.yml" -> "./.github/workflows/pkg-build.yml" : failed to fetch workflow: workflow was not found.
with:
service_name: lego
push: ${{ endsWith(github.ref, 'master') }}