docs(dotnet): Fix stupid github workflow versioning

Github ignores subversions if they contain zero. Smart.
This commit is contained in:
Alex
2021-08-24 21:19:28 +03:00
parent 4f63fec3f0
commit e276d9d73c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
tag:
- 2.1
- 3.1
- 5.0
- 5
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1

View File

@@ -43,7 +43,7 @@ is tagged correctly.
* [`dotnet3.1`](/dotnet/3.1)
* `ghcr.io/parkervcp/yolks:dotnet_3.1`
* [`dotnet5.0`](/dotnet/5.0)
* `ghcr.io/parkervcp/yolks:dotnet_5.0`
* `ghcr.io/parkervcp/yolks:dotnet_5`
### [Erlang](/erlang)
* [`erlang22`](/erlang/22)
* `ghcr.io/parkervcp/yolks:erlang_22`