From 202be8b0aaa4a2c42a1eaa6b23adb41a9d75c46e Mon Sep 17 00:00:00 2001 From: ga-ram Date: Mon, 17 Apr 2023 16:20:57 +0900 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b10625a..d210a58 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -47,6 +47,10 @@ jobs: uses: docker/metadata-action@v3 with: images: pinpointdocker/${{ inputs.component }} + flavor: | + latest=auto + prefix= + suffix=${{ inputs.tag_postfix }} - name: Build and push Docker image uses: docker/build-push-action@v2 @@ -55,7 +59,7 @@ jobs: file: ./${{ inputs.component }}/${{ inputs.dockerfile }} platforms: linux/amd64,linux/arm64 push: true - tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - name: Update repo description