mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 02:31:23 -03:00
fix a mistake in release container
This commit is contained in:
@@ -3,7 +3,7 @@ FROM quay.io/helmpack/chart-releaser:v1.2.1 AS cr
|
||||
|
||||
|
||||
# hadolint ignore=DL3007
|
||||
FROM registry.hub.docker.com/ixsystems/catalog_validation:latest
|
||||
FROM ixsystems/catalog_validation:latest
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG VERSION
|
||||
@@ -13,7 +13,7 @@ USER root
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# hadolint ignore=DL3008,DL3015,SC2086,SC2155
|
||||
RUN --mount=type=bind,from=builder,source=/usr/local/bin/cr,target=/crbin \
|
||||
RUN --mount=type=bind,from=cr,source=/usr/local/bin/cr,target=/crbin \
|
||||
cp /crbin/cr /usr/local/bin/cr
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
|
||||
Reference in New Issue
Block a user