From fc7b341f492cc60c2290024218ffdb949058b519 Mon Sep 17 00:00:00 2001 From: West14 <30056636+West14@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:22:05 +0300 Subject: [PATCH] [ci] disable container auto-deploy --- .github/workflows/build-image.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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