Skip to content
Snippets Groups Projects
Commit eb8e7be3 authored by Ivan Procaccini's avatar Ivan Procaccini
Browse files

Fix: Enable building of nginx image on master

parent 32169ec6
No related branches found
No related tags found
No related merge requests found
Pipeline #309693 passed
......@@ -71,10 +71,12 @@ build nginx image:
stage: build
interruptible: true
except:
refs:
- schedules
changes:
- "**/README.md"
- README.md
only:
- rewrite
- master
variables:
DOCKER_TLS_CERTDIR: "/certs"
GIT_SUBMODULE_STRATEGY: recursive
......@@ -100,6 +102,7 @@ build nginx image:
build app image:
image: docker:latest
stage: build
except:
refs:
......@@ -113,7 +116,6 @@ build app image:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- docker
image: docker:latest
services:
- docker:dind
before_script: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment