diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index e97c53c..0cdd1a4 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -37,10 +37,10 @@ jobs: push: ${{ github.ref == 'refs/heads/dev' }} tags: ${{ secrets.REGISTRY_URL }}/west/telegram-bot:latest, ${{ secrets.REGISTRY_URL }}/west/telegram-bot:${{ steps.commit_sha.outputs.sha_short }} - - - name: Redeploy container - uses: fjogeleit/http-request-action@v1 - if: ${{ github.ref == 'refs/heads/dev' }} - with: - url: ${{ secrets.CONTAINER_WEBHOOK }} - method: 'POST' + #- + # name: Redeploy container + # uses: fjogeleit/http-request-action@v1 + # if: ${{ github.ref == 'refs/heads/dev' }} + # with: + # url: ${{ secrets.CONTAINER_WEBHOOK }} + # method: 'POST' \ No newline at end of file