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 }}