Commit 1058689d authored by Seblu's avatar Seblu
Browse files

Fix missing latest tag in .gitlab-ci.yml

parent e53903fb
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ docker_push:
    - version=$(sed -rn 's,ENV DOKUWIKI_VERSION (.*),\1,p' Dockerfile)
    - name=docker.seblu.net/docker/dokuwiki:$version
    - docker push "$name"
    - docker tag "$name" "${name%:*}:latest"
    - docker push "${name%:*}:latest"
  only:
    refs: