From 6ef283260203ff40c265d2bed65e7a6adae639a3 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 8 Mar 2026 10:56:33 +0700 Subject: [PATCH] ci: don't publish on PR if the user is not OWNER or MEMBER --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 7e269b17..b285516e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -30,7 +30,7 @@ jobs: build_args: TASKBROKER_GIT_REVISION=${{ github.sha }} ghcr: true tag_suffix: -${{ matrix.platform }} - publish_on_pr: true + publish_on_pr: ${{ github.event.pull_request.author_association == 'OWNER' || github.event.pull_request.author_association == 'MEMBER' }} google_ar: false tag_nightly: false tag_latest: false