From 204a673b3d35a9805b89b8e8bc99f42f51b3f8d8 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Feb 2026 17:52:35 -0500 Subject: [PATCH] chore: remove 2.0.0-dev image tag from CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer needed — main builds tag as latest only. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-and-push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index f0337ce..f9773c5 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -47,7 +47,6 @@ jobs: type=ref,event=pr type=sha,prefix=sha- type=raw,value=latest,enable={{is_default_branch}} - type=raw,value=2.0.0-dev,enable={{is_default_branch}} - name: Build and push Docker image uses: docker/build-push-action@v6