1. 06 12月, 2021 1 次提交
  2. 01 11月, 2021 2 次提交
  3. 31 10月, 2021 1 次提交
  4. 27 5月, 2021 1 次提交
  5. 27 1月, 2021 1 次提交
    • J
      Refactor Dockerfile with layered jar (#1248) · bcf26fdc
      John Niang 提交于
      * Refactor Dockerfile with layered jar
      
      * Add projectVersion print task
      
      * Refactor docker build process
      
      * Remove aliyun maven mirror
      
      * Correct multi platforms list
      
      * Correct multi platforms list again
      
      * Make docker platforms configurable
      bcf26fdc
  6. 03 1月, 2021 1 次提交
    • J
      Replace travis ci with github action (#1212) · 7cb4f346
      John Niang 提交于
      * 1196 refactor/ci (#3)
      
      * Remove .travis.yml
      
      * Refactor github action partially
      
      * Fix yaml syntax error
      
      * Add run command for every step
      
      * Set current branch name into halo.yml temporarily
      
      * Test validation.yml
      
      * Add upload-release-asset step into release.yml
      
      * Perfect release.yml
      
      * Fix indent error
      
      * Refactor on condition in release.yml
      
      * Refactor on condition in validation.yml
      
      * Fix release.yml
      
      * Fix upload_url value set
      
      * Fix environment set error
      
      * Change artifact variable from output into global environment
      
      * Fix deprecated environment set method
      
      * Fix environment variable set error
      
      * Change assert_content_type with application/zip
      
      * Refactor upload release step
      
      * Fix release id set
      
      * Fix release id set again
      
      * Fix syntax error
      
      * Refactor upload process
      
      * Refactor halo ci
      
      * Make build step rely on check step
      
      * Inspect docker action
      
      * Inspect docker action again
      
      * Refine bootBuildImage config
      
      * Refactor bootBuildImage config and halo ci
      
      * Fix download artifact path error
      
      * Fix docker image name concat error
      
      * Remove downloaded files inspect tips
      7cb4f346