Skip to content

Commit 56eebad

Browse files
committed
build: Fix syntax case
Signed-off-by: Chris Crone <[email protected]>
1 parent 32efa58 commit 56eebad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ COPY --from=make-cli /out/* .
9595
FROM scratch AS cross
9696
COPY --from=make-cross /out/* .
9797

98-
FROM base as test
98+
FROM base AS test
9999
ENV CGO_ENABLED=0
100100
ARG BUILD_TAGS
101101
ARG GIT_TAG
@@ -106,11 +106,11 @@ RUN --mount=target=. \
106106
GIT_TAG=${GIT_TAG} \
107107
make -f builder.Makefile test
108108

109-
FROM base as check-license-headers
109+
FROM base AS check-license-headers
110110
RUN go get -u github.com/kunalkushwaha/ltag
111111
RUN --mount=target=. \
112112
make -f builder.Makefile check-license-headers
113113

114-
FROM base as check-go-mod
114+
FROM base AS check-go-mod
115115
COPY . .
116116
RUN make -f builder.Makefile check-go-mod

0 commit comments

Comments
 (0)