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:
@ -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"]
|
||||
|
Reference in New Issue
Block a user