Skip to content

Commit

Permalink
Remove portainer call from Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Marchuk committed Jan 6, 2025
1 parent 289ebca commit 40a4638
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,3 @@ jobs:
run: docker tag $DOCKER_USER/${{ github.event.repository.name }}:${{ steps.date.outputs.date }} $DOCKER_USER/${{ github.event.repository.name }}:latest
- name: Docker push
run: docker push --all-tags $DOCKER_USER/${{ github.event.repository.name }}
- name: Call Portainer
uses: fjogeleit/http-request-action@v1
if: ${{ contains(github.event.head_commit.message, '#latest') }}
with:
url: ${{ secrets.WEBHOOK_URL }}
method: 'POST'
timeout: 30000

0 comments on commit 40a4638

Please sign in to comment.