We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a555409 commit 62f1442Copy full SHA for 62f1442
.github/workflows/build-docker-image.yml
@@ -83,6 +83,8 @@ jobs:
83
${{ env.IMAGE_FULL_NAME }}:${{ env.IMAGE_TAG }}
84
${{ env.IMAGE_FULL_NAME }}:${{ env.DATE_TAG }}
85
${{ github.event.inputs.image_tag != 'latest' && format('{0}:latest', env.IMAGE_FULL_NAME) || '' }}
86
+ annotations: ${{ steps.meta.outputs.annotations }}
87
+ labels: ${{ steps.meta.outputs.labels }}
88
cache-from: type=gha
89
cache-to: type=gha,mode=max
90
platforms: ${{ env.ARCHITECTURES }}
0 commit comments