From 4c1a49c3b6403d62b26ee858fc8dcaf09d0676e5 Mon Sep 17 00:00:00 2001 From: Mart Ratas Date: Fri, 27 Feb 2026 12:39:42 +0000 Subject: [PATCH] build(medcat-model-distributor): Patch small issue with latest tag The current setup didn't push a `latest` tag to Docker Hub. This PR should fix that. --- .github/workflows/medcat-model-distributor_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/medcat-model-distributor_build.yml b/.github/workflows/medcat-model-distributor_build.yml index cc53a382f..73d5c5137 100644 --- a/.github/workflows/medcat-model-distributor_build.yml +++ b/.github/workflows/medcat-model-distributor_build.yml @@ -86,7 +86,7 @@ jobs: type=sha # Create version tag based on tag prefix type=match,pattern=medcat-model-distributor/v(\d+\.\d+\.\d+),group=1 - flavor: latest=false + type=raw,value=latest - name: Build and push Docker medcat-model-distributor image id: docker_build