Compare commits

..

2 Commits

Author SHA1 Message Date
0d58811815 wxcwxc 2023-11-20 15:46:27 +01:00
7ae17012da dsqc 2023-11-20 15:45:28 +01:00

View File

@@ -34,7 +34,8 @@ jobs:
- name: git clone repo
run: |
git clone https://github.com/EnableSecurity/wafw00f
docker buildx b wafw00f/Dockerfile -t ${{ vars.DOCKER_IMAGE_WAFWOOF }}
cd wafw00f
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 }}