mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 20:54:43 -03:00
correctly use ARG for sogo build process
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
FROM ghcr.io/truecharts/ubuntu:latest AS build
|
||||
|
||||
# Change your name and email address
|
||||
DEBFULLNAME="TrueCharts"
|
||||
DEBEMAIL="info@truecharts.org"
|
||||
ARG DEBFULLNAME=TrueCharts
|
||||
ARG DEBEMAIL=info@truecharts.org
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user