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 32
32
file : " infra/sidecar.Dockerfile"
33
33
push : true
34
34
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
85
85
--build-arg COMMIT_SHA=$(COMMIT_SHA ) \
86
86
-f infra/sidecar.Dockerfile .
87
87
$(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 ) \
89
89
-f infra/sidecar.Dockerfile .
90
90
@echo " Image created. Make sure everything works ok, and then run the following commands to push them."
91
91
@echo " $( DOCKER) push splitsoftware/splitd-sidecar:latest"
You can’t perform that action at this time.
0 commit comments