diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 075264a..2c54a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,14 +48,3 @@ jobs: echo VERSION=$VERSION docker tag $BRANCH_NAME $IMAGE_ID:$VERSION docker push $IMAGE_ID:$VERSION - - update-portainer: - needs: production-deploy - runs-on: ubuntu-latest - steps: - - name: post to webhook - uses: fjogeleit/http-request-action@v1 - with: - url: ${{ secrets.PORTAINER_WEBHOOK_URL }} - method: 'POST' - timeout: 180000