We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32efa58 commit 56eebadCopy full SHA for 56eebad
Dockerfile
@@ -95,7 +95,7 @@ COPY --from=make-cli /out/* .
95
FROM scratch AS cross
96
COPY --from=make-cross /out/* .
97
98
-FROM base as test
+FROM base AS test
99
ENV CGO_ENABLED=0
100
ARG BUILD_TAGS
101
ARG GIT_TAG
@@ -106,11 +106,11 @@ RUN --mount=target=. \
106
GIT_TAG=${GIT_TAG} \
107
make -f builder.Makefile test
108
109
-FROM base as check-license-headers
+FROM base AS check-license-headers
110
RUN go get -u github.com/kunalkushwaha/ltag
111
RUN --mount=target=. \
112
make -f builder.Makefile check-license-headers
113
114
-FROM base as check-go-mod
+FROM base AS check-go-mod
115
COPY . .
116
RUN make -f builder.Makefile check-go-mod
0 commit comments