Add shebang to build-images.sh script, enhance script structure, update push.yml workflow file to use working-directory, and remove indexer-certs-creator directory

This commit is contained in:
Jesus Garcia
2025-12-22 11:16:39 -05:00
parent f04ed6e608
commit e4e41ef4ba
4 changed files with 11 additions and 88 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
uses: actions/checkout@v4
- name: Build Wazuh images
run: build-docker-images/build-images.sh
run: ./build-images.sh
working-directory: ./build-docker-images
- name: Create enviroment variables
run: cat .env > $GITHUB_ENV