From b3e67b5af5dc1997132ce5d91cd3db5b3ad34358 Mon Sep 17 00:00:00 2001 From: Molham Al Nasr Date: Tue, 25 Feb 2025 14:03:18 +0100 Subject: [PATCH] Fixes #858: fix image.ref.name and image.url --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b5108d..a5557c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,11 +22,11 @@ LABEL \ org.label-schema.version="$VERSION_TAG" \ org.opencontainers.image.title="Homer Image" \ org.opencontainers.image.description="A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file." \ - org.opencontainers.image.ref.name="b4bz/homer:22-alpine3.20" \ + org.opencontainers.image.ref.name="b4bz/homer:${VERSION_TAG}" \ org.opencontainers.image.version="$VERSION_TAG" \ org.opencontainers.image.licenses="Apache-2.0 license" \ org.opencontainers.image.source="https://github.com/bastienwirtz/homer" \ - org.opencontainers.image.url="https://homer-demo.netlify.app/" + org.opencontainers.image.url="https://hub.docker.com/r/b4bz/homer" ENV GID=1000 \ UID=1000 \