workaround obs-docker-support being run on first container without shell

This commit is contained in:
Frederic Crozat 2022-09-12 11:00:56 +02:00
parent 20dac54258
commit e19fd4b11a

View File

@ -8,6 +8,7 @@ ARG BCI_GO=registry.suse.com/bci/golang
ARG GO_VERSION=1.18
ARG GORELEASER_XX_VERSION=1.2.5
FROM registry.suse.com/bci/golang:1.18
FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
#FROM $BCI_GO:$GO_VERSION AS base
FROM registry.suse.com/bci/golang:1.18 AS base