Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 487 Bytes

Miscellaneous Docker Images used by Fider Project

  • getfider/githubci used by GitHub Actions
  • getfider/minio used by GitHub Actions

Publish steps

Current getfider/githubci Version: 0.0.2

  • docker build -f githubci.Dockerfile -t getfider/githubci:<version> .
  • docker push getfider/githubci:<version>

Current getfider/minio Version: 0.0.1

  • docker build -f minio.Dockerfile -t getfider/minio:<version> .
  • docker push getfider/minio:<version>