RedditVideoMakerBot icon indicating copy to clipboard operation
RedditVideoMakerBot copied to clipboard

Automated Docker Image creation for single command deployment of a docker container.

Open Axodouble opened this issue 1 year ago • 0 comments

Description

Added an automated docker image creator using GitHub's Native package handler. Allowing users to simply use a single command and not need to install anything to create a docker image for it.

Checklist:

  • [*] I am pushing changes to the develop branch
  • [*] I am using the recommended development environment
  • [*] I have performed a self-review of my own code
  • [*] I have commented my code, particularly in hard-to-understand areas
  • [*] I have formatted and linted my code using python-black and pylint
  • [*] I have cleaned up unnecessary files
  • [*] My changes generate no new warnings
  • [*] My changes follow the existing code-style
  • [*] My changes are relevant to the project

Any other information (e.g how to test the changes)

On push the workflow will activate and create a new GitHub Package which can then be pulled in docker with: docker pull ghcr.io/elebumm/RedditVideoMakerBot:develop

Axodouble avatar Mar 24 '24 16:03 Axodouble