mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 04:53:16 +00:00
Added parameter to build
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build wazuh/Dockerfile --tag wazuh:$(date +%s)
|
||||
run: docker build wazuh --file Dockerfile --tag wazuh:$(date +%s)
|
||||
Reference in New Issue
Block a user