try another syntax
This commit is contained in:
parent
519d915803
commit
b317c748d5
@ -6,7 +6,7 @@ ARG GO_VERSION=1.18
|
||||
ARG GORELEASER_XX_VERSION=1.2.5
|
||||
|
||||
FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
|
||||
FROM ${BCI_GO}:${GO_VERSION} AS base
|
||||
FROM $BCI_GO:$GO_VERSION AS base
|
||||
COPY --from=goreleaser-xx / /
|
||||
RUN zypper --non-interactive install -y file git-core
|
||||
WORKDIR /src
|
||||
|
Loading…
Reference in New Issue
Block a user