Tag stable docker version

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-04-09 21:16:00 -07:00
parent f59ab1054e
commit 785ad28b9f

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
branches:
- "main"
@@ -26,6 +28,7 @@ jobs:
- run: "make docker-build"
env:
DOCKER_BUILD_FLAGS: "--push"
DOCKER_TAG_NAME: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'latest' }}
build:
name: "build"
runs-on: "ubuntu-22.04"