add master marking for normal Dockerfile

This commit is contained in:
Arya Kiran
2023-05-08 16:16:08 +05:30
parent 30a68263e7
commit ba4272310e
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apk --no-cache add git
RUN git clone https://codeberg.org/gothub/gothub .
RUN go mod download
RUN GOOS=linux GOARCH=$TARGETARCH go build -o /src/gothub
RUN GOOS=linux GOARCH=$TARGETARCH go build -o /src/gothub -ldflags="-X codeberg.org/gothub/gothub/utils.Branch=master"
FROM alpine:3.16 as bin