Fix versionning

This commit is contained in:
Mukhtar Akere
2025-01-23 02:31:55 +01:00
parent 2ae4bd571e
commit 0741ddf999

View File

@@ -2,6 +2,8 @@ FROM --platform=$BUILDPLATFORM golang:1.22 as builder
ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG VERSION
ARG CHANNEL
# Set destination for COPY
WORKDIR /app