chore: add docker publish schedule
This commit is contained in:
@@ -2,7 +2,7 @@ name: 'Docker Publish Schedule'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '10 * * * *'
|
- cron: '0 0 10,20,30 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
@@ -48,5 +48,7 @@ jobs:
|
|||||||
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}-test
|
ttionya/vaultwarden-backup:latest
|
||||||
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}-test
|
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
ttionya/bitwardenrs-backup:latest
|
||||||
|
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user