Skip to content

Commit 202be8b

Browse files
authored
Update docker-image.yml
1 parent 58b503a commit 202be8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: docker/metadata-action@v3
4848
with:
4949
images: pinpointdocker/${{ inputs.component }}
50+
flavor: |
51+
latest=auto
52+
prefix=
53+
suffix=${{ inputs.tag_postfix }}
5054
5155
- name: Build and push Docker image
5256
uses: docker/build-push-action@v2
@@ -55,7 +59,7 @@ jobs:
5559
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
5660
platforms: linux/amd64,linux/arm64
5761
push: true
58-
tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
62+
tags: ${{ steps.meta.outputs.tags }}
5963
labels: ${{ steps.meta.outputs.labels }}
6064

6165
- name: Update repo description

0 commit comments

Comments
 (0)