Merge branch 'fix-image-pull-policy' into 'development'

fix(build): adjust to enforce

See merge request nofusscomputing/projects/gitlab-ci!66
This commit is contained in:
2023-06-28 04:30:30 +00:00
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"]