mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-06 06:53:33 +00:00
Test CI
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Wazuh Docker pipeline
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build-stack:
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Wazuh images
|
||||
run: ./build-images.sh
|
||||
run: build-docker-images/build-images.sh
|
||||
|
||||
- name: Create enviroment variables
|
||||
run: cat .env > $GITHUB_ENV
|
||||
|
||||
@@ -12,4 +12,4 @@ fi
|
||||
echo WAZUH_VERSION=$WAZUH_IMAGE_VERSION > .env
|
||||
echo WAZUH_IMAGE_VERSION=$IMAGE_VERSION >> .env
|
||||
|
||||
docker-compose -f build-docker-images/docker-compose.yml --env-file .env build --no-cache
|
||||
docker-compose -f build-images.yml --env-file .env build --no-cache
|
||||
Reference in New Issue
Block a user