forked from wazuh/wazuh-docker
Add packages-url.txt artifact
This commit is contained in:
@@ -146,6 +146,14 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
working-directory: ./build-docker-images
|
working-directory: ./build-docker-images
|
||||||
|
|
||||||
|
- name: Save packages-url.txt as artifact
|
||||||
|
if: ${{ inputs.dev == true }}
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: packages-url.txt
|
||||||
|
path: /home/runner/work/wazuh-docker/wazuh-docker/build-docker-images/packages-url.txt
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
- name: Build Wazuh images
|
- name: Build Wazuh images
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ inputs.dev }}" = true ]; then
|
if [ "${{ inputs.dev }}" = true ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user