Restore comment
Some checks failed
Test / Run unit tests (pull_request) Failing after 51s
Test / Run integration tests (pull_request) Failing after 20s

This commit is contained in:
Thomas E Lackey 2023-07-06 15:05:53 -05:00
parent 0e3a61c630
commit 539f2a5586

View File

@ -3,6 +3,7 @@ FROM golang:1.20-alpine as builder
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git
# Configure creds for gitea
ARG GITEA_TOKEN
ENV GITEA_TOKEN=$GITEA_TOKEN