Compare commits

...

1 Commits

Author SHA1 Message Date
0d58811815 wxcwxc 2023-11-20 15:46:27 +01:00

View File

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