Change version / tag format to follow conventions

In order to allow for automated tooling to identify new releases of the
container image, follow best practices by adhering to the semver
specification (at least in terms of syntax).

Solves: #487
This commit is contained in:
Alex Gustafsson 2025-07-30 15:01:03 +02:00
parent e83b665573
commit 4d2ae448bc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
-
name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "::set-output name=date::$(date +'%Y.%m.%d')"
-
name: Checkout
uses: actions/checkout@v4