Skip to content

Commit

Permalink
Add compression and LFS upload capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Feb 5, 2025
1 parent 595e56b commit ea3cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN dnf -y install git git-lfs && \
dnf clean all && \
rm -rf /var/cache/yum
RUN --mount=type=secret,id=${AUTH_SECRET}/PRIVATE_GITLAB_TOKEN echo "export PRIVATE_GITLAB_TOKEN="$(cat /run/secrets/${AUTH_SECRET}/PRIVATE_GITLAB_TOKEN) >> /tmp/envfile
RUN source /tmp/envfile &&
RUN source /tmp/envfile && \
git config --global credential.helper store && \
echo "https://${PRIVATE_GITLAB_TOKEN}:[email protected]" > ~/.git-credentials && \
git config --global credential.useHttpPath true
Expand Down

0 comments on commit ea3cbce

Please sign in to comment.