Another small tweak to manually execute.

This commit is contained in:
Michael Helfrich 2022-02-10 20:31:42 -05:00
parent dd57e390a6
commit 16bf706556

View File

@ -3,6 +3,7 @@ name: Publish to Docker
on: on:
schedule: schedule:
- cron: '0 0 * * 5' # Every Friday at midnight we publish an image from latest to Docker Hub. - cron: '0 0 * * 5' # Every Friday at midnight we publish an image from latest to Docker Hub.
workflow_dispatch:
jobs: jobs:
push_to_registry: push_to_registry: