From bed71e13029da023f74b53c788cb7eb9913a9624 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Sat, 15 Jun 2024 10:22:24 +0200 Subject: [PATCH] multi-arch should use annotations, not labels? --- .github/workflows/v2-lts.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/v2-lts.yaml b/.github/workflows/v2-lts.yaml index e102843..edc523b 100644 --- a/.github/workflows/v2-lts.yaml +++ b/.github/workflows/v2-lts.yaml @@ -33,9 +33,9 @@ jobs: outputs: full-json: ${{ steps.meta-full.outputs.json }} - full-labels: ${{ steps.meta-full.outputs.labels }} + full-annotations: ${{ steps.meta-full.outputs.annotations }} bin-json: ${{ steps.meta-bin.outputs.json }} - bin-labels: ${{ steps.meta-bin.outputs.labels }} + bin-annotations: ${{ steps.meta-bin.outputs.annotations }} steps: @@ -154,7 +154,7 @@ jobs: with: context: ${{ env.DIRECTORY }} target: binary-with-runtime - labels: ${{ needs.prepare.outputs.full-labels }} + annotations: ${{ needs.prepare.outputs.full-annotations }} platforms: ${{ matrix.platform }} outputs: type=image,"name=${{ env.DOCKERHUB_SLUG }},${{ env.ECR_SLUG }},${{ env.GHCR_SLUG }}",push-by-digest=true,name-canonical=true,push=true @@ -164,7 +164,7 @@ jobs: with: context: ${{ env.DIRECTORY }} target: standalone-binary - labels: ${{ needs.prepare.outputs.bin-labels }} + annotations: ${{ needs.prepare.outputs.bin-annotations }} platforms: ${{ matrix.platform }} outputs: type=image,"name=${{ env.DOCKERHUB_SLUG }},${{ env.ECR_SLUG }},${{ env.GHCR_SLUG }}",push-by-digest=true,name-canonical=true,push=true