File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3535 description : ' Dertermines whether we upload the artifact not.'
3636 required : true
3737 type : boolean
38+ pull_base_image :
39+ description : ' Pull Docker base image before building?.'
40+ required : false
41+ default : false
42+ type : boolean
3843
3944jobs :
4045 # -----------------------------------------------------------------------------------------------
@@ -123,6 +128,13 @@ jobs:
123128 # ------------------------------------------------------------
124129 # Build
125130 # ------------------------------------------------------------
131+ - name : Pull
132+ 133+ with :
134+ command : |
135+ make docker-pull-base-image VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
136+ if : ${{ inputs.pull_base_image }}
137+
126138 - name : Build
127139128140 with :
You can’t perform that action at this time.
0 commit comments