fix(build): adjust to enforce

!66
This commit is contained in:
2023-06-28 13:58:19 +09:30
parent d91605e377
commit 799de6c98c
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,9 @@ variables:
.build_docker_container:
stage: build
image: nofusscomputing/docker-buildx-qemu:dev
image:
name: nofusscomputing/docker-buildx-qemu:dev
pull_policy: always
services:
- name: docker:23-dind
entrypoint: ["env", "-u", "DOCKER_HOST"]