CI: fix for docker buildx

This commit is contained in:
InsanePrawn 2023-03-13 06:09:43 +01:00
parent e758e3c343
commit 4d03f238bb
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@ build_docker:
image: docker:latest
services: ['docker:dind']
variables:
DOCKER_DRIVER: vfs # overlay2 is not available on ZFS
DOCKER_TLS_CERTDIR: ""
script:
- 'docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}" -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}" .'

View file

@ -10,7 +10,7 @@ RUN pacman-key --init && \
android-tools openssh inetutils \
parted
RUN sed -i "s/EUID == 0/EUID == -1/g" $(which makepkg)
RUN sed -i "s/EUID == 0/EUID == -1/g" "$(which makepkg)"
RUN yes | pacman -Scc