mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 20:45:05 +00:00
Merge pull request #127 from MotoLegacy/nightly-docker
Workflow: Enable nightly deployment of Docker container
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -6,6 +6,8 @@ on:
|
||||
- master
|
||||
tags:
|
||||
- v*
|
||||
schedule:
|
||||
- cron: 0 7 * * *
|
||||
repository_dispatch:
|
||||
types: [run_build]
|
||||
|
||||
@@ -66,4 +68,4 @@ jobs:
|
||||
repository: ${{ github.repository_owner }}/psplinkusb
|
||||
token: ${{ secrets.DISPATCH_TOKEN }}
|
||||
event-type: ${{ env.NEW_DISPATCH_ACTION }}
|
||||
client-payload: '{"ref": "${{ github.ref }}"}'
|
||||
client-payload: '{"ref": "${{ github.ref }}"}'
|
||||
|
||||
Reference in New Issue
Block a user