build(deps): bump docker/build-push-action from 3 to 6

This commit is contained in:
2024-12-01 13:19:01 -07:00
parent 900689e705
commit 6b52af711f
2 changed files with 26 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
- [About](#about)
- [Docker Images](#docker-images)
- [Docker Tags](#docker-tags)
- [Install](#install)
- [Docker Run](#docker-run)
- [Docker Compose](#docker-compose)
@@ -107,6 +108,23 @@ Use any of the following images in your `docker-compose.yml` or `run` command:
<br />
## Docker Tags
This repo includes a few different versions of the TheAppTV docker image.
<br />
| Tag | Description |
| --- | --- |
| `:latest` | Latest version of the image. Includes only Nginx - no PHP |
| `:1.x.x` | Specified version which contains Nginx only - no PHP |
| `:1.x.x-php` | Contains both Nginx and PHP. |
<br />
---
<br />
## Install
Instructions on using this container