File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 file : opencti-platform/Dockerfile_featurebranch
8888 target : ${{ inputs.dockerfile_target }}
8989 build-args : |
90- "BASE_TYPE= ${{ inputs.fips && 'fips' || 'alpine' }}"
90+ "BASE_TYPE=${{ inputs.fips && 'fips' || 'alpine' }}"
9191 push : ${{ inputs.is_publish_to_registry == 'true' }}
9292 outputs : ${{ inputs.is_publish_to_registry == 'false' && 'type=docker,dest=/tmp/opencti-platform.tar' }}
9393 tags : ${{ steps.meta.outputs.tags }}
@@ -142,7 +142,7 @@ jobs:
142142 context : opencti-worker
143143 file : opencti-worker/Dockerfile
144144 build-args : |
145- "BASE_TYPE= ${{ inputs.fips && 'fips' || 'alpine' }}"
145+ "BASE_TYPE=${{ inputs.fips && 'fips' || 'alpine' }}"
146146 push : ${{ inputs.is_publish_to_registry == 'true' }}
147147 outputs : ${{ inputs.is_publish_to_registry == 'false' && 'type=docker,dest=/tmp/opencti-worker.tar' }}
148148 tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments