Skip to content

Commit

Permalink
build docker images on schedule
Browse files Browse the repository at this point in the history
to ensure docker image updates, we build the image once a week
  • Loading branch information
sstidl authored Apr 15, 2024
1 parent 4640c64 commit 748f49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Docker
# documentation.

on:
# schedule:
# - cron: '30 20 * * *'
schedule:
- cron: '30 20 * * Sun'
push:
branches: ["*"]
# Publish semver tags as releases.
Expand Down

0 comments on commit 748f49c

Please sign in to comment.