From 0be92bef65fad22bb22c6990c12c01907ae707cb Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Thu, 27 Apr 2023 02:42:36 -0700 Subject: [PATCH] build: only push docker images for autobrr org (#873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: speculative fix for develop push * 🐝 * 🦀 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d5da57..f55f18d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,7 +187,7 @@ jobs: context: . file: ./ci.Dockerfile platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 - push: ${{ github.event.pull_request.head.repo.full_name == 'autobrr/autobrr' }} + push: ${{ github.event.pull_request.head.repo.full_name == 'autobrr/autobrr' || github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |