This commit is contained in:
2023-11-20 15:46:27 +01:00
parent 7ae17012da
commit 0d58811815

View File

@@ -34,6 +34,7 @@ jobs:
- name: git clone repo
run: |
git clone https://github.com/EnableSecurity/wafw00f
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 }}