Move base image update to weekly cadence

This commit is contained in:
Seth Simmons
2021-04-01 11:38:03 -04:00
parent 09a47f5421
commit ccc3e49abb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: "Update Image and Push to Github Packages and Docker Hub Daily" name: "Update image and push to Github Packages and Docker Hub weekly"
on: on:
schedule: schedule:
- cron: "0 12 * * *" # Run every day at noon. - cron: "0 12 * * 1" # Run every Monday at noon.
workflow_dispatch: workflow_dispatch:
jobs: jobs:
rebuild-container: rebuild-container:

View File

@@ -1,4 +1,4 @@
name: "Update Image and Push to Github Packages and Docker Hub when Dockerfile is changed" name: "Update image and push to Github Packages and Docker Hub when Dockerfile is changed"
# Run this workflow every time a new commit pushed to your repository # Run this workflow every time a new commit pushed to your repository
on: on:
push: push: