This commit is contained in:
2023-11-20 15:43:55 +01:00
parent 1ae6ea877d
commit 9d9529db67

View File

@@ -32,11 +32,9 @@ jobs:
password: ${{ secrets.REGISTRY_DOCKER_PASS }}
- name: git clone repo
run: git clone https://github.com/EnableSecurity/wafw00f
- name: docker build and push
run: |
docker buildx b /wafw00f/Dockerfile -t ${{ vars.DOCKER_IMAGE_WAFWOOF }}
git clone https://github.com/EnableSecurity/wafw00f
docker buildx b ./wafw00f/Dockerfile -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 }}