enforce goreleaser-xx version
This commit is contained in:
parent
e19fd4b11a
commit
f1c808ce2c
@ -9,7 +9,7 @@ ARG GO_VERSION=1.18
|
|||||||
ARG GORELEASER_XX_VERSION=1.2.5
|
ARG GORELEASER_XX_VERSION=1.2.5
|
||||||
|
|
||||||
FROM registry.suse.com/bci/golang:1.18
|
FROM registry.suse.com/bci/golang:1.18
|
||||||
FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
|
FROM crazymax/goreleaser-xx:1.2.5 AS goreleaser-xx
|
||||||
#FROM $BCI_GO:$GO_VERSION AS base
|
#FROM $BCI_GO:$GO_VERSION AS base
|
||||||
FROM registry.suse.com/bci/golang:1.18 AS base
|
FROM registry.suse.com/bci/golang:1.18 AS base
|
||||||
COPY --from=goreleaser-xx / /
|
COPY --from=goreleaser-xx / /
|
||||||
|
Loading…
Reference in New Issue
Block a user