Skip to content
Snippets Groups Projects
Commit 2f8e1487 authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Add copy from fetcher that got lost during merge

parent 42973da9
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines."
COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
COPY --from=fetcher /discord.sh /discord.sh
ENV DOCKER_CLI_EXPERIMENTAL=enabled
......@@ -73,4 +74,5 @@ RUN \
echo "**** Cleanup ****" && \
rm -rf \
/var/cache/apk/* \
/tmp/*
/tmp/* \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment