Skip to content

Commit 60da18d

Browse files
authored
Update docker-image.yml
1 parent a011824 commit 60da18d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
flavor: |
5151
latest=auto
5252
prefix=
53-
suffixLatest=true
5453
suffix=${{ inputs.tag_postfix }}
5554
5655
- name: Build and push Docker image
@@ -60,7 +59,7 @@ jobs:
6059
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
6160
platforms: linux/amd64,linux/arm64
6261
push: true
63-
tags: ${{ steps.meta.outputs.tags }}
62+
tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
6463
labels: ${{ steps.meta.outputs.labels }}
6564

6665
- name: Update repo description

0 commit comments

Comments
 (0)