From 5ff2e7f31625ed12d19b833c07f6b09c9ca67298 Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Wed, 12 Nov 2025 21:41:22 +0530 Subject: [PATCH] Simplify SHA type in CI/CD workflow --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9c0d97b..9f24865 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -106,7 +106,7 @@ jobs: type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=sha,prefix={{branch}}- + type=sha type=raw,value=latest,enable={{is_default_branch}} # Step 5: Build and push Docker image