Skip to content

Commit

Permalink
remove webhook [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsBT committed Oct 6, 2024
1 parent a4bf76c commit c97cf09
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ jobs:
docker login -u ${{ secrets.DOCKERHUB_USER }} -p ${{ secrets.DOCKERHUB_PASS }}
docker buildx build --label=github.commit=${{ env.GITHUB_SHA }} --label=haproxy.version=$(curl -sk https://raw.githubusercontent.com/haproxy/haproxy/master/VERSION) --platform linux/arm64/v8,linux/amd64 -t $IMAGENAME:latest --push .
deployment:
runs-on: ubuntu-latest
needs: [ build ]
environment: production
steps:
- name: deploy
run: |
curl -s -f -w 'HTTP %{http_code}\n' -X POST ${{ secrets.ZS_WEBHOOK }}

0 comments on commit c97cf09

Please sign in to comment.