We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a011824 commit 60da18dCopy full SHA for 60da18d
.github/workflows/docker-image.yml
@@ -50,7 +50,6 @@ jobs:
50
flavor: |
51
latest=auto
52
prefix=
53
- suffixLatest=true
54
suffix=${{ inputs.tag_postfix }}
55
56
- name: Build and push Docker image
@@ -60,7 +59,7 @@ jobs:
60
59
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
61
platforms: linux/amd64,linux/arm64
62
push: true
63
- tags: ${{ steps.meta.outputs.tags }}
+ tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
64
labels: ${{ steps.meta.outputs.labels }}
65
66
- name: Update repo description
0 commit comments