diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b63b6f..30139c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,4 +63,12 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max + + - name: Push to Production + if: github.event_name == 'push' && github.ref == 'refs/heads/master' + uses: fjogeleit/http-request-action@v1 + with: + method: "POST" + url: ${{ secrets.PORTAINER_WEBHOOK }} + preventFailureOnNoResponse: true \ No newline at end of file