README.md

docker-image-release

Script used to automate the release of the Fedora base container image on the docker hub.

This script needs to be used with a Github application token.

install the dependencies

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install -r requirements.txt

run the push container task

$ invoke push-containers 31