From ac224d1547a482b6c3136535dda6a9149573418e Mon Sep 17 00:00:00 2001 From: ripls56 <84716344+ripls56@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:19:12 +0300 Subject: [PATCH] ci: add docker label --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a274766..5d48447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ # Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7 +LABEL org.opencontainers.image.source="https://github.com/taskemapp/taskem-server" ################################################################################ # Create a stage for building the application. ARG GO_VERSION=1.22.0