Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ce00ff1

Browse files
committed
Fixed release asset name
1 parent 7c14729 commit ce00ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gitlab-ci-pipelines-exporter/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
66
ARG name
77
ARG version
88
RUN <<EOF
9-
curl --silent --location --fail "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/releases/download/v${version}/gitlab-ci-pipelines-exporter_edge_linux_${alt_arch}.tar.gz" \
9+
curl --silent --location --fail "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/releases/download/v${version}/gitlab-ci-pipelines-exporter_v${version}_linux_${alt_arch}.tar.gz" \
1010
| tar --extract --gzip --directory="${prefix}${target}/bin/" --no-same-owner \
1111
gitlab-ci-pipelines-exporter \
1212
helpers

0 commit comments

Comments
 (0)