From dc9a7ca0725fda4342b00daac828c1270485d57d Mon Sep 17 00:00:00 2001 From: Gokul Date: Wed, 18 Mar 2026 15:27:13 +0530 Subject: [PATCH] [LCHIB-720][CLI-V2] added latest tag for the docker image --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 876ea13c9..d1d471d19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,7 +85,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }} + tags: ${{ env.IMAGE_NAME }}:latest,${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }} - name: Generate artifact attestation uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0