We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b503a commit 202be8bCopy full SHA for 202be8b
.github/workflows/docker-image.yml
@@ -47,6 +47,10 @@ jobs:
47
uses: docker/metadata-action@v3
48
with:
49
images: pinpointdocker/${{ inputs.component }}
50
+ flavor: |
51
+ latest=auto
52
+ prefix=
53
+ suffix=${{ inputs.tag_postfix }}
54
55
- name: Build and push Docker image
56
uses: docker/build-push-action@v2
@@ -55,7 +59,7 @@ jobs:
59
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
60
platforms: linux/amd64,linux/arm64
57
61
push: true
58
- tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
62
+ tags: ${{ steps.meta.outputs.tags }}
63
labels: ${{ steps.meta.outputs.labels }}
64
65
- name: Update repo description
0 commit comments