diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 4af6e2d..fec89ed 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -24,18 +24,18 @@ jobs: packages: write steps: - - name: Send job status to MQTT (starting job) - uses: potaesm/github-actions-mqtt-request@1.0.0 - if: always() - env: - JOB_CONCLUSION: ${{ job.status }} - NODE_VERSION: ${{ matrix.node }} - with: - url: ${{ secrets.PUBLIC_MQTT_BROKER_URL }} - topic: control/github_actions_action_runner - payload: '{ "type":"ci-test", "repo": "${{ github.repository }}", "job": "${{ github.job }}", "workflow": "${{ github.workflow }}", "nodeVersion": "${{ env.NODE_VERSION }}","status": "in_progress","conclusion":"${{ env.JOB_CONCLUSION }}" }' - username: ${{ secrets.PUBLIC_MQTT_BROKER_USER }} - connectTimeout: 30000 + # - name: Send job status to MQTT (starting job) + # uses: potaesm/github-actions-mqtt-request@1.0.0 + # if: always() + # env: + # JOB_CONCLUSION: ${{ job.status }} + # NODE_VERSION: ${{ matrix.node }} + # with: + # url: ${{ secrets.PUBLIC_MQTT_BROKER_URL }} + # topic: control/github_actions_action_runner + # payload: '{ "type":"ci-test", "repo": "${{ github.repository }}", "job": "${{ github.job }}", "workflow": "${{ github.workflow }}", "nodeVersion": "${{ env.NODE_VERSION }}","status": "in_progress","conclusion":"${{ env.JOB_CONCLUSION }}" }' + # username: ${{ secrets.PUBLIC_MQTT_BROKER_USER }} + # connectTimeout: 30000 - name: Show input values run: | @@ -165,14 +165,14 @@ jobs: # \"conclusion\":\"success\" # }" # } - - name: Send job status to MQTT when done - uses: potaesm/github-actions-mqtt-request@1.0.0 - if: always() - env: - JOB_STATUS: ${{ job.status }} - with: - url: ${{ secrets.PUBLIC_MQTT_BROKER_URL }} - topic: control/github_actions_action_runner - payload: '{ "type":"docker-build", "repo": "${{ github.repository }}", "job": "${{ github.job }}", "workflow": "${{ github.workflow }}","status": "completed","conclusion":"${{ env.JOB_STATUS }}" }' - username: ${{ secrets.PUBLIC_MQTT_BROKER_USER }} - connectTimeout: 30000 \ No newline at end of file + # - name: Send job status to MQTT when done + # uses: potaesm/github-actions-mqtt-request@1.0.0 + # if: always() + # env: + # JOB_STATUS: ${{ job.status }} + # with: + # url: ${{ secrets.PUBLIC_MQTT_BROKER_URL }} + # topic: control/github_actions_action_runner + # payload: '{ "type":"docker-build", "repo": "${{ github.repository }}", "job": "${{ github.job }}", "workflow": "${{ github.workflow }}","status": "completed","conclusion":"${{ env.JOB_STATUS }}" }' + # username: ${{ secrets.PUBLIC_MQTT_BROKER_USER }} + # connectTimeout: 30000 \ No newline at end of file