Skip to content
Snippets Groups Projects
Commit b201d682 authored by Nicholas Dille's avatar Nicholas Dille
Browse files

More fixes for uniget-action/uniget-cli

parent 332c92cf
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ jobs:
helper/usr/local/bin/jq \
--raw-output \
'.revision' \
helper/var/cache/docker-setup/metadata.json
helper/var/cache/uniget/metadata.json
)"
echo "### Fetching changed tools for ${OLD_COMMIT_SHA}..${GITHUB_SHA}"
......
......@@ -4,10 +4,10 @@ FROM nicholasdille/ubuntu:22.04 AS base
ARG prefix_override=/docker_setup_install
ARG target_override=/usr/local
ENV docker_setup_cache=/var/cache/docker-setup \
docker_setup_contrib=/var/lib/docker-setup/contrib \
docker_setup_manifests=/var/lib/docker-setup/manifests \
docker_setup_post_install=/var/lib/docker-setup/post_install \
ENV docker_setup_cache=/var/cache/uniget \
docker_setup_contrib=/var/lib/uniget/contrib \
docker_setup_manifests=/var/lib/uniget/manifests \
docker_setup_post_install=/var/lib/uniget/post_install \
prefix=${prefix_override} \
target=${target_override}
ARG TARGETPLATFORM
......
......@@ -129,7 +129,7 @@ help:
@echo " recent-days--<N> Show tools changed in the last <N> days"
@echo
@echo "Helper tools:"
@echo " $(HELPER)/var/lib/docker-setup/manifests/<tool>.json"
@echo " $(HELPER)/var/lib/uniget/manifests/<tool>.json"
@echo " Install specified tool to helper/"
@echo
@echo "GHCR:"
......
......@@ -3,4 +3,4 @@
ARG ref=main
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
COPY <<EOF ${prefix}${target}/var/cache/docker-setup/npm-is-included-in-prebuilt-binaries-of-nodejs
\ No newline at end of file
COPY <<EOF ${prefix}${target}/var/cache/uniget/npm-is-included-in-prebuilt-binaries-of-nodejs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment