Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Oct 5, 2024
1 parent b5f62cf commit caacb4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Docker image

on:
schedule:
- cron: "0 12 * * *"
push:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

This repository provides an image to be used either for local testing or for Github workflows.

It extends the default image by setting up
It extends the default [minio/minio](https://hub.docker.com/r/minio/minio) image.

The stay up to date with the base Minio image, this image here is update every day.

0 comments on commit caacb4b

Please sign in to comment.