Skip to content

Commit 6e89775

Browse files
committed
[ci] add FIPS image build - fix
1 parent 65af0d1 commit 6e89775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)