From e56d4c3055b33efd0859600a20f98a26ac9dc562 Mon Sep 17 00:00:00 2001 From: oguzkaganozt Date: Wed, 11 Sep 2024 11:51:21 +0300 Subject: [PATCH] fix(docker): remove latest tag (#5201) remove latest tag Signed-off-by: Oguz Ozturk --- .github/actions/docker-build-and-push/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 1d4af106e13..3eea64f185f 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -79,8 +79,7 @@ runs: fi tags+=("{{date 'YYYYMMDD'}}") - tags+=("latest") - tags+=("latest-${{ inputs.tag-prefix }}") + tags+=("${{ inputs.tag-prefix }}") # Output multiline strings: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)