From 20dac54258b5726b50c29a91a3896557fe266959 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 12 Sep 2022 10:35:16 +0200 Subject: [PATCH] swap options, podman doesn't like the other order --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2d062cd..dfca775d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ARG PKG="github.com/distribution/distribution/v3" ARG BUILDTAGS="include_oss include_gcs" RUN --mount=type=bind,target=/src,rw \ --mount=type=cache,target=/root/.cache/go-build \ - --mount=target=/go/pkg/mod,type=cache \ + --mount=type=cache,target=/go/pkg/mod \ goreleaser-xx --debug \ --name="registry" \ --dist="/out" \