diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f5ee010f..5a209e60 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 --file Dockerfile --tag wazuh:$(date +%s) \ No newline at end of file + run: docker build wazuh --tag wazuh:$(date +%s) \ No newline at end of file