Skip to content

Keep consistent with actual configuration (#388) #76

Keep consistent with actual configuration (#388)

Keep consistent with actual configuration (#388) #76

---
name: "Deploy image sync"
on:
push:
branches:
- main
pull_request:
paths:
- "deploy/**"
jobs:
deploy:
uses: ./.github/workflows/deploy.yml
with:
dir: "deploy/image-sync"
tags: "docker,image-sync"
secrets: inherit