This commit is contained in:
2023-11-20 15:45:28 +01:00
parent 73bd9a4581
commit 7ae17012da

View File

@@ -34,7 +34,7 @@ jobs:
- name: git clone repo
run: |
git clone https://github.com/EnableSecurity/wafw00f
docker buildx b wafw00f/Dockerfile -t ${{ vars.DOCKER_IMAGE_WAFWOOF }}
docker buildx b . -t ${{ vars.DOCKER_IMAGE_WAFWOOF }}
docker tag ${{ vars.DOCKER_IMAGE_WAFWOOF }} ${{ vars.REGISTRY_DOCKER }}/${{ vars.DOCKER_IMAGE_WAFWOOF }}
docker push ${{ vars.REGISTRY_DOCKER }}/${{ vars.DOCKER_IMAGE_WAFWOOF }}