From e276d9d73cbdd32538531da3950bec419814d031 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 24 Aug 2021 21:19:28 +0300 Subject: [PATCH] docs(dotnet): Fix stupid github workflow versioning Github ignores subversions if they contain zero. Smart. --- .github/workflows/dotnet.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8def61e..f9caea9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: tag: - 2.1 - 3.1 - - 5.0 + - 5 steps: - uses: actions/checkout@v2 - uses: docker/setup-buildx-action@v1 diff --git a/README.md b/README.md index 2ac804b..c9a6ab7 100644 --- a/README.md +++ b/README.md @@ -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`