Compare commits

..

2 Commits

Author SHA1 Message Date
73bd9a4581 cwxxwc 2023-11-20 15:44:47 +01:00
9d9529db67 qsd 2023-11-20 15:43:55 +01:00

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 }}