mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-08-22 14:53:45 +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:
|
||||
release:
|
||||
uses: GothenburgBitFactory/taskchampion-sync-server/.github/workflows/publish-docker-image.yaml
|
||||
uses: ./.github/workflows/publish-docker-image.yaml
|
||||
secrets: inherit
|
||||
|
||||
2
.github/workflows/release-on-tag.yml
vendored
2
.github/workflows/release-on-tag.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user