Skip to content

Commit

Permalink
Add Terragrunt 0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Jan 30, 2023
1 parent 9de2e56 commit cf5f029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
"VERSION": [
"latest",
"TF-1.3 TG-0.43",
"TF-1.3 TG-0.42",
"TF-1.3 TG-0.41",
"TF-1.3 TG-0.40",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The following Docker image tags are rolling releases and are built and updated e
|----------------------|-----------|---------------|--------------|----------------------------------------------|
| `latest` | master | latest | latest | `amd64`, `i386`, `arm64` |
| | | | | |
| `1.3-0.43` | master | **`1.3.x`** | **`0.43.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.42` | master | **`1.3.x`** | **`0.42.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.41` | master | **`1.3.x`** | **`0.41.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.40` | master | **`1.3.x`** | **`0.40.x`** | `amd64`, `i386`, `arm64` |
Expand Down Expand Up @@ -137,6 +138,7 @@ The following Docker image tags are built once and can be used for reproducible
|----------------------|--------------|---------------|--------------|----------------------------------------------|
| `latest-<tag>` | tag: `<tag>` | latest | latest | `amd64`, `i386`, `arm64` |
| | | | | |
| `1.3-0.43-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.43.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.42-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.42.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.41-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.41.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.40-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.40.x`** | `amd64`, `i386`, `arm64` |
Expand Down

0 comments on commit cf5f029

Please sign in to comment.