From c228c16dbce4c2f29cf9f9ce7d260e671e943d93 Mon Sep 17 00:00:00 2001 From: Praveen Kanniah <68146726+Ncoder2@users.noreply.github.com> Date: Thu, 9 May 2024 09:59:20 +0530 Subject: [PATCH] Update mantis-cli-release.yml --- .github/workflows/mantis-cli-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mantis-cli-release.yml b/.github/workflows/mantis-cli-release.yml index d756468..1b80ab0 100644 --- a/.github/workflows/mantis-cli-release.yml +++ b/.github/workflows/mantis-cli-release.yml @@ -32,11 +32,11 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - + - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest labels: ${{ steps.meta.outputs.labels }}