From 35e7540fa5cc2a681f51254e5bcb6cda04384c3c Mon Sep 17 00:00:00 2001 From: Brent Graveland Date: Wed, 17 Apr 2024 09:13:47 -0600 Subject: [PATCH] DO NOT MERGE This will be removed before merging, and is just for testing while this PR is alive. --- .github/workflows/publish_images.yaml | 29 ++++++++++++++------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish_images.yaml b/.github/workflows/publish_images.yaml index f0be770c..735412eb 100644 --- a/.github/workflows/publish_images.yaml +++ b/.github/workflows/publish_images.yaml @@ -7,6 +7,7 @@ on: branches: - master - main + - brent/beta_arm64 paths-ignore: - "*.md" @@ -152,17 +153,17 @@ jobs: DOCKER_TAG_POSTFIX: ${{ matrix.docker_tag_postfix }} run: make get-image-config check - dispatch-ha-image-published-event: - name: Dispatch HA image published event - needs: [ "check" ] - if: ${{ github.event_name == 'push' }} - runs-on: ubuntu-latest - - steps: - - name: Dispatch event to Publish cloud images workflow - run: | - curl -H "Accept: application/vnd.github.everest-preview+json" \ - -H "Authorization: token ${{ secrets.ORG_AUTOMATION_TOKEN }}" \ - --request POST \ - --data '{"event_type": "ha_image_published"}' \ - https://api.github.com/repos/timescale/timescaledb-docker-cloud/dispatches +# dispatch-ha-image-published-event: +# name: Dispatch HA image published event +# needs: [ "check" ] +# if: ${{ github.event_name == 'push' }} +# runs-on: ubuntu-latest +# +# steps: +# - name: Dispatch event to Publish cloud images workflow +# run: | +# curl -H "Accept: application/vnd.github.everest-preview+json" \ +# -H "Authorization: token ${{ secrets.ORG_AUTOMATION_TOKEN }}" \ +# --request POST \ +# --data '{"event_type": "ha_image_published"}' \ +# https://api.github.com/repos/timescale/timescaledb-docker-cloud/dispatches