From 71f97e9e445c84d372d136d1f9d8ea954c835056 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 9 Sep 2021 13:48:58 +0200 Subject: [PATCH] fix: missed event_type now converted to action --- .github/workflows/docker-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-env.yaml b/.github/workflows/docker-env.yaml index e1f0ab2e7..f597bace2 100644 --- a/.github/workflows/docker-env.yaml +++ b/.github/workflows/docker-env.yaml @@ -77,7 +77,7 @@ jobs: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} push-docker-image: - if: ${{ github.event_name == 'repository_dispatch' && github.event.event_type == 'publish-env-docker'}} + if: ${{ github.event_name == 'repository_dispatch' && github.event.action == 'publish-env-docker'}} concurrency: group: ${{ github.ref }}