Local workflow paths

This commit is contained in:
Dustin J. Mitchell
2026-08-02 20:41:38 -04:00
parent 519e4e698c
commit f01206e688
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ on:
jobs:
release:
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
uses: ./.github/workflows/publish-docker-image.yaml
secrets: inherit

View File

@ -7,5 +7,5 @@ on:
jobs:
release:
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
uses: ./.github/workflows/publish-docker-image.yaml
secrets: inherit