lipre

Stream text files for live (coding) representations
Log | Files | Refs

.gitlab-ci.yml (359B)


      1 # Build release.
      2 # Version number is on format vX.Y where X is a breaking change and Y is a new feature or patch
      3 build_release:
      4   script:
      5     - docker build --no-cache -t d.haflan.dev/general/lipre:1 -t d.haflan.dev/general/lipre:${CI_COMMIT_TAG:1} .
      6     - docker push d.haflan.dev/general/lipre --all-tags
      7   only:
      8     - /^v\d+\.\d+/
      9   except:
     10     - branches