From d148434b071fe5f48fc87f5d1f062969aefbdc0f Mon Sep 17 00:00:00 2001 From: Vibhakar Solanki Date: Sun, 17 Sep 2023 16:56:14 +0530 Subject: [PATCH] Update docker-publish.yml (#8) --- .github/workflows/docker-publish.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index dbd5988..438c02e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -7,10 +7,10 @@ name: MakeDockerImage on: workflow_dispatch: - push: - branches: [ main ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] + # push: + # branches: [ main ] + # # Publish semver tags as releases. + # tags: [ 'v*.*.*' ] env: IMAGE_NAME: bot @@ -48,13 +48,13 @@ jobs: echo VERSION=$VERSION docker tag $IMAGE_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_BOTS_STACK_URL }} - method: 'POST' - timeout: 180000 + # update-portainer: + # needs: production-deploy + # runs-on: ubuntu-latest + # steps: + # - name: post to webhook + # uses: fjogeleit/http-request-action@v1 + # with: + # url: ${{ secrets.PORTAINER_BOTS_STACK_URL }} + # method: 'POST' + # timeout: 180000