chore: publish more docker version tags, migrate to semver

This commit is contained in:
Christoph Haas 2025-01-18 18:24:01 +01:00
parent 075fd0171e
commit 3526240faf

View File

@ -5,8 +5,8 @@ on:
branches: [master] branches: [master]
push: push:
branches: [master, stable] branches: [master, stable]
# Publish vX.X.X tags as releases. # Publish X.X.X tags as releases.
tags: ["v*.*.*"] tags: ["*.*.*"]
permissions: permissions:
contents: read contents: read
@ -103,7 +103,7 @@ jobs:
retention-days: 10 retention-days: 10
release: release:
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build-n-push needs: build-n-push
permissions: permissions: