From 60da18daac0491e958c92243b8140702fe6b79e6 Mon Sep 17 00:00:00 2001 From: ga-ram Date: Mon, 17 Apr 2023 16:30:46 +0900 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2fbd99c..4abe582 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -50,7 +50,6 @@ jobs: flavor: | latest=auto prefix= - suffixLatest=true suffix=${{ inputs.tag_postfix }} - name: Build and push Docker image @@ -60,7 +59,7 @@ jobs: file: ./${{ inputs.component }}/${{ inputs.dockerfile }} platforms: linux/amd64,linux/arm64 push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }} labels: ${{ steps.meta.outputs.labels }} - name: Update repo description