Update docker-image.yml

This commit is contained in:
ga-ram 2023-04-17 16:30:46 +09:00 committed by GitHub
parent a011824749
commit 60da18daac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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