From c17a0c201bbac90cab166a4609bdaa5e94ffd7b4 Mon Sep 17 00:00:00 2001 From: Paolo Dettori Date: Fri, 1 May 2026 11:56:21 -0400 Subject: [PATCH] ci: push latest tag on mvp branch for gateway and supervisor mvp is the active dev branch on this fork; consumers (kagenti/kagenti Helm chart) reference :latest so they pick up updates automatically without per-SHA coordination. Assisted-By: Claude (Anthropic AI) Signed-off-by: Paolo Dettori --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a222280d0..de26e82a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: tags: | type=ref,event=tag type=sha,prefix={{branch}}-,enable=${{ github.ref_type != 'tag' }} - type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} + type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/mvp' }} - name: Wait before retry if: steps.meta.outcome == 'failure' @@ -67,7 +67,7 @@ jobs: tags: | type=ref,event=tag type=sha,prefix={{branch}}-,enable=${{ github.ref_type != 'tag' }} - type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} + type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/mvp' }} - name: Build and push gateway image uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 @@ -116,7 +116,7 @@ jobs: tags: | type=ref,event=tag type=sha,prefix={{branch}}-,enable=${{ github.ref_type != 'tag' }} - type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} + type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/mvp' }} - name: Wait before retry if: steps.meta.outcome == 'failure' @@ -133,7 +133,7 @@ jobs: tags: | type=ref,event=tag type=sha,prefix={{branch}}-,enable=${{ github.ref_type != 'tag' }} - type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} + type=raw,value=latest,enable=${{ (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/mvp' }} - name: Build and push supervisor image uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0