Skip to content

Commit

Permalink
modified: build-docker-images/build-images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ReservedEhlek committed Nov 4, 2024
1 parent 31eabe2 commit 67234fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build() {
echo WAZUH_UI_REVISION=$WAZUH_UI_REVISION >> .env

docker-compose -f build-docker-images/build-images.yml --env-file .env build --no-cache
docker build -t wazuh/wazuh-cert-tool:$WAZUH_IMAGE_VERSION build-docker-images/wazuh-cert-tool//
docker build -t wazuh/wazuh-cert-tool:$WAZUH_IMAGE_VERSION build-docker-images/wazuh-cert-tool/

return 0
}
Expand Down

0 comments on commit 67234fb

Please sign in to comment.