mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: build issues
This commit is contained in:
parent
4bf4197c2a
commit
7d11b8c238
5 changed files with 6 additions and 5 deletions
3
.github/workflows/scheduled_tasks.yml
vendored
3
.github/workflows/scheduled_tasks.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- 'scheduled_tasks/**'
|
||||
- 'Dockerfile.scheduled_tasks'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -30,5 +31,5 @@ jobs:
|
|||
ghcr.io/pluralkit/scheduled_tasks:${{ env.BRANCH_NAME }}
|
||||
ghcr.io/pluralkit/scheduled_tasks:${{ github.sha }}
|
||||
ghcr.io/pluralkit/scheduled_tasks:latest
|
||||
cache-from: type=registry,ref=ghcr.io/pluralkit/scheduled_tasks:${{ env.BRANCH_NAME }}
|
||||
cache-from: type=registry,ref=ghcr.io/pluralkit/scheduledtasks:${{ env.BRANCH_NAME }}
|
||||
cache-to: type=inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue