OBS is fixed, put back ARG
This commit is contained in:
parent
1ff7c90db8
commit
a48cb7d15b
@ -23,8 +23,7 @@ ARG BCI_MICRO=registry.suse.com/bci/bci-micro
|
|||||||
ARG BCI_GO=registry.suse.com/bci/golang
|
ARG BCI_GO=registry.suse.com/bci/golang
|
||||||
ARG GO_VERSION=1.18
|
ARG GO_VERSION=1.18
|
||||||
|
|
||||||
#FROM $BCI_GO:$GO_VERSION AS base
|
FROM $BCI_GO:$GO_VERSION AS base
|
||||||
FROM registry.suse.com/bci/golang:1.18 AS base
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
Loading…
Reference in New Issue
Block a user