diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 617fe915..f5ee010f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build wazuh/Dockerfile --tag wazuh:$(date +%s) \ No newline at end of file + run: docker build wazuh --file Dockerfile --tag wazuh:$(date +%s) \ No newline at end of file