diff --git a/.github/workflows/release-on-schedule.yml b/.github/workflows/release-on-schedule.yml index de4e426..485bdfa 100644 --- a/.github/workflows/release-on-schedule.yml +++ b/.github/workflows/release-on-schedule.yml @@ -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 diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 14e7af5..df9342e 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -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