From 52133059a29bc8c6b696d4c46fef039da830f8b5 Mon Sep 17 00:00:00 2001 From: semrel-sync-bot Date: Mon, 6 Jul 2026 08:22:25 +0000 Subject: [PATCH] chore: sync from plugin-template@1e28930 -- Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c6a2b1..56ee336 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ # SPDX-FileCopyrightText: 2026 The provider-github Authors # ── build stage ──────────────────────────────────────────────────────────────── -# Use BUILDPLATFORM so cross-compilation happens on the native runner (fast). -# TARGETOS/TARGETARCH are injected by buildx for each platform slice. FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build ARG TARGETOS @@ -25,10 +23,10 @@ ARG VERSION=dev ARG BUILD_DATE ARG VCS_REF -LABEL org.opencontainers.image.title="semrel-plugin-provider-github" \ - org.opencontainers.image.description="semrel plugin: provider-github" \ +LABEL org.opencontainers.image.title="semrel-plugin-plugin-template" \ + org.opencontainers.image.description="semrel plugin template subprocess example" \ org.opencontainers.image.url="https://semrel.io" \ - org.opencontainers.image.source="https://github.com/SemRels/provider-github" \ + org.opencontainers.image.source="https://github.com/SemRels/plugin-template" \ org.opencontainers.image.version="${VERSION}" \ org.opencontainers.image.created="${BUILD_DATE}" \ org.opencontainers.image.revision="${VCS_REF}" \