From e721bea522e2cd9b5741dcfe1c6ba4751a6f93dd Mon Sep 17 00:00:00 2001 From: Omri Shiv <327609+OmriShiv@users.noreply.github.com> Date: Fri, 10 May 2024 10:36:09 -0700 Subject: [PATCH] tag image with repo Signed-off-by: Omri Shiv <327609+OmriShiv@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 817041c..86ce284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,3 +115,4 @@ COPY --chown=node:node app-config.yaml ./ ENV NODE_ENV production CMD ["node", "packages/backend", "--config", "app-config.yaml"] +LABEL org.opencontainers.image.source=https://github.com/OmriShiv/backstage-app