Add working directory to push.yml workflow and add shebang to image build script

This commit is contained in:
Jesus Garcia
2025-12-22 11:03:55 -05:00
parent a5fc8fd88c
commit 024bb8553a
2 changed files with 7 additions and 4 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