We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0ee89d + 5c89dad commit 3382820Copy full SHA for 3382820
1 file changed
.github/workflows/build-push-greenhouse-image.yaml
@@ -91,6 +91,7 @@ jobs:
91
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
92
tags: |
93
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{ steps.read_version.outputs.IMAGE_VERSION }}
94
+ type=sha,enable=true,format=short,prefix=
95
labels: |
96
org.opencontainers.image.description=${{env.DESCRIPTION}}
97
org.opencontainers.image.title=Greenhouse-UI
0 commit comments