remove invalid argument

This commit is contained in:
ThePhaseless 2025-02-28 18:43:55 +01:00
parent 013a7dab90
commit 56370cc695
2 changed files with 3 additions and 1 deletions

View File

@ -198,7 +198,7 @@ jobs:
echo $args
docker buildx imagetools create --pull=false $args \
docker buildx imagetools create $args \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{github.sha}}-amd64 \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{github.sha}}-arm64

View File

@ -17,6 +17,8 @@ WORKDIR /app
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
rm -f /etc/apt/apt.conf.d/docker-clean && \
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' >/etc/apt/apt.conf.d/keep-cache && \
apt update && \
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot wget chromium chromium-driver ca-certificates