File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 file : " infra/sidecar.Dockerfile"
3333 push : true
3434 tags : splitio-docker-dev.jfrog.io/splitd/sidecar${{ matrix.fips_mode == 'enabled' && '-fips' || '' }}:${{ env.SHORT_SHA }}
35+ build-args : |
36+ FIPS_MODE=${{ matrix.fips_mode }}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ images_release: # entrypoints
8585 --build-arg COMMIT_SHA=$(COMMIT_SHA ) \
8686 -f infra/sidecar.Dockerfile .
8787 $(DOCKER ) build $(PLATFORM_STR ) -t splitsoftware/splitd-sidecar-fips:latest -t splitsoftware/splitd-sidecar-fips:$(VERSION ) \
88- --build-arg FIPS_MODE=1 --build-arg COMMIT_SHA=$(COMMIT_SHA ) \
88+ --build-arg FIPS_MODE=enabled --build-arg COMMIT_SHA=$(COMMIT_SHA ) \
8989 -f infra/sidecar.Dockerfile .
9090 @echo " Image created. Make sure everything works ok, and then run the following commands to push them."
9191 @echo " $( DOCKER) push splitsoftware/splitd-sidecar:latest"
You can’t perform that action at this time.
0 commit comments