diff --git a/.github/workflows/params.yml b/.github/workflows/params.yml index ba430ea..e7a705d 100644 --- a/.github/workflows/params.yml +++ b/.github/workflows/params.yml @@ -17,6 +17,8 @@ env: "VERSION": [ "latest", + "TF-1.6 TG-0.55", + "TF-1.6 TG-0.54", "TF-1.6 TG-0.53", "TF-1.5 TG-0.53", diff --git a/README.md b/README.md index 5f5673f..96a5240 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ The following Docker image tags are rolling releases and are built and updated e |-------------|-----------|---------------|--------------|----------------------------------------------| | `latest` | master | latest | latest | `amd64`, `i386`, `arm64` | | | | | | | +| `1.6-0.55` | master | **`1.6.x`** | **`0.55.x`** | `amd64`, `i386`, `arm64` | +| `1.6-0.54` | master | **`1.6.x`** | **`0.54.x`** | `amd64`, `i386`, `arm64` | | `1.6-0.53` | master | **`1.6.x`** | **`0.53.x`** | `amd64`, `i386`, `arm64` | | | | | | | | `1.5-0.53` | master | **`1.5.x`** | **`0.53.x`** | `amd64`, `i386`, `arm64` |