Add annotations instead of labels to image

This commit is contained in:
2025-03-21 03:36:45 +01:00
parent 1e278e592f
commit 847927364f

View File

@@ -58,7 +58,7 @@ jobs:
with: with:
context: . context: .
load: true load: true
labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}
env: env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }} SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
@@ -73,7 +73,7 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}
env: env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }} SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}