Skip to content

Commit

Permalink
Update image twice a month (#3)
Browse files Browse the repository at this point in the history
Currently, we update the image once a month, and we are getting warning
messages to update. This PR makes the update twice a month.

<img width="1058" alt="image"
src="https://github.com/user-attachments/assets/c8e87f4b-c509-47bd-88c7-6b067a141a36">
  • Loading branch information
ben-z authored Aug 30, 2024
1 parent f4552be commit 37dde84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "0 0 1 * *" # the 1st of every month
- cron: "0 0 1,15 * *" # the 1st and 15th of every month

env:
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 37dde84

Please sign in to comment.