Skip to content

Commit 55612b8

Browse files
committed
Update tags
1 parent 0937f65 commit 55612b8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- '0.11.1'
4444
- '0.11.2'
4545
- '0.12.0-beta.1'
46+
- '0.12.0'
47+
- '0.12.1'
4648
- 'latest'
4749
steps:
4850

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- '0.11.1'
4343
- '0.11.2'
4444
- '0.12.0-beta.1'
45+
- '0.12.0'
46+
- '0.12.1'
4547
- 'latest'
4648
refs:
4749
- 'master'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ changes will be introduced).
7171
| Docker tag | Build from [docker-terraform-docs](https://github.com/cytopia/docker-terraform-docs) | Build from [terraform-docs](https://github.com/terraform-docs/terraform-docs) |
7272
|-----------------|----------------------------------|---------------------------|
7373
| `latest` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Branch: master](https://github.com/terraform-docs/terraform-docs) |
74+
| `0.12.1` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Tag: v0.12.1](https://github.com/terraform-docs/terraform-docs/tree/v0.12.1) |
75+
| `0.12.0` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Tag: v0.12.0](https://github.com/terraform-docs/terraform-docs/tree/v0.12.0) |
7476
| `0.12.0-beta.1` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Tag: v0.12.0-beta.1](https://github.com/terraform-docs/terraform-docs/tree/v0.12.0-beta.1) |
7577
| `0.11.2` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Tag: v0.11.2](https://github.com/terraform-docs/terraform-docs/tree/v0.11.2) |
7678
| `0.11.1` | [Branch: master](https://github.com/cytopia/docker-terraform-docs) | [Tag: v0.11.1](https://github.com/terraform-docs/terraform-docs/tree/v0.11.1) |
@@ -103,6 +105,8 @@ you will have to take care yourself and update your CI tools every time a new ta
103105
| Docker tag | Build from [docker-terraform-docs](https://github.com/cytopia/docker-terraform-docs) | Build from [terraform-docs](https://github.com/terraform-docs/terraform-docs) |
104106
|-----------------------|----------------------------------|---------------------------|
105107
| `latest-<tag>` | Tag: `<tag>` | [Branch: master](https://github.com/terraform-docs/terraform-docs) |
108+
| `0.12.1-<tag>` | Tag: `<tag>` | [Tag: v0.12.1](https://github.com/terraform-docs/terraform-docs/tree/v0.12.1) |
109+
| `0.12.0-<tag>` | Tag: `<tag>` | [Tag: v0.12.0](https://github.com/terraform-docs/terraform-docs/tree/v0.12.0) |
106110
| `0.12.0-beta.1-<tag>` | Tag: `<tag>` | [Tag: v0.12.0-beta.1](https://github.com/terraform-docs/terraform-docs/tree/v0.12.0-beta.1) |
107111
| `0.11.2-<tag>` | Tag: `<tag>` | [Tag: v0.11.2](https://github.com/terraform-docs/terraform-docs/tree/v0.11.2) |
108112
| `0.11.1-<tag>` | Tag: `<tag>` | [Tag: v0.11.1](https://github.com/terraform-docs/terraform-docs/tree/v0.11.1) |

0 commit comments

Comments
 (0)