Skip to content

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

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

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

Workflow file for this run

name: RSync Service Container
on:
workflow_dispatch:
pull_request:
paths:
- services/pkg/rsync/**
push:
branches:
- master
paths:
- services/pkg/rsync/**
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-rsync.yml

View workflow run for this annotation

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

Invalid workflow file

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