Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ docker_build: script: - version=$(sed -rn 's,ENV DOKUWIKI_VERSION (.*),\1,p' Dockerfile) - name=docker.seblu.net/docker/dokuwiki:$version - docker build -t "$name" . - docker build --no-cache --pull --tag "$name" . docker_push: stage: release Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ docker_build: script: - version=$(sed -rn 's,ENV DOKUWIKI_VERSION (.*),\1,p' Dockerfile) - name=docker.seblu.net/docker/dokuwiki:$version - docker build -t "$name" . - docker build --no-cache --pull --tag "$name" . docker_push: stage: release Loading