From 5930ed17bf781933507965f44b652ee5619672e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erwan=20Herv=C3=A9?= <62173453+Erwan-loot@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:52:11 +0200 Subject: [PATCH] Add label source to dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6c8bc963..727211fc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.25-trixie AS golang FROM debian:trixie - +LABEL org.opencontainers.image.source="https://github.com/eduardolat/pgbackweb" # Declare ARG to make it available in the RUN commands ARG TARGETPLATFORM RUN echo "Building for ${TARGETPLATFORM}"