Skip to content

Update Dockerfile with labels. Update gitlab-ci for registry usage

jp requested to merge (removed):feature/ci-registry into develop

Dockerfile:

.gitlab-ci.yml

  • Added docker environment variables
  • Fixed spacing in cache path config
  • Added docker stage and job. This job will build with labels and tag the image as pleroma/pleroma:$CI_COMMIT_SHORT_SHA and pleroma/pleroma:latest - this job only runs on develop branch.

Merge request reports