kepler icon indicating copy to clipboard operation
kepler copied to clipboard

[CI] build image parameter and metric parameters

Open SamYuan1990 opened this issue 1 year ago • 1 comments

we have lots of duplicate code blocks in CI for image build.

  • base image
  • image with tag as dgcm
  • validation image
  • image for PR build as localhost... during integration test

if ... we can make

    strategy:
      fail-fast: false
      matrix:
        include:
           image_file:
           arch:
           tag:
           build_arg:
           push:
           artifactory:
...

so that we can save time and effort to maintain docker build tags at different place.

SamYuan1990 avatar Feb 29 '24 13:02 SamYuan1990