Update tags section of README

This commit is contained in:
MrMeeb 2024-05-30 20:53:52 +00:00
parent 32039f54d7
commit 3c377566a1

View File

@ -4,10 +4,9 @@ Dockerised Certbot that utilises cron to schedule creating and renewing SSL cert
## Tags ## Tags
|Tag |Description| I use the [Feature Branch](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) workflow. The `latest` tag contains all of the latest changes that have been merged from individual feature branches. Feature branches are squashed into `master`.
|-------|-----------|
|latest |Latest image built from the main branch. Usually coincides with a tagged release.| Pinned releases are created by creating a tag off `master` to capture the repo in a particular state. They are recommended for stability.
|develop|Latest image built from the develop branch. Commits are made to the develop branch before being merged to main. Old versions of `develop` are removed after 14 days.|
## Running ## Running