2 Commits

Author SHA1 Message Date
argoyle 0d8bfa5aa4 ci: use Docker DinD version from variable 2023-02-09 21:48:11 +01:00
argoyle ef6bb3fdef Merge branch 'headers' into 'master'
fix: hide proxy headers for CORS

See merge request unboundsoftware/nginx-s3-upload!6
2021-10-26 09:08:27 +00:00
+1 -1
View File
@@ -10,7 +10,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
services:
- docker:dind
- docker:${DOCKER_DIND_VERSION}
script:
- build
- push