From ee45eff028341f8463654837460f3c91c8a8f92c Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Mon, 22 Jan 2024 17:52:48 -0500 Subject: [PATCH] test --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index af8b60a..1b4c9fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,10 @@ RUN mkdir -p /opt/antholume WORKDIR /src COPY . . +# Test +RUN git log --oneline | head +RUN git describe --tags + # Compile RUN go build \ -ldflags "-X reichard.io/antholume/config.version=`git describe --tags`" \