mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-09-17 23:45:40 +00:00
Local workflow paths
This commit is contained in:
2
.github/workflows/release-on-schedule.yml
vendored
2
.github/workflows/release-on-schedule.yml
vendored
@ -8,5 +8,5 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
|
uses: ./.github/workflows/publish-docker-image.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
2
.github/workflows/release-on-tag.yml
vendored
2
.github/workflows/release-on-tag.yml
vendored
@ -7,5 +7,5 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
|
uses: ./.github/workflows/publish-docker-image.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user