build: only push docker images for autobrr org (#873)

* build: speculative fix for develop push

* 🐝

* 🦀
This commit is contained in:
Kyle Sanderson 2023-04-27 02:42:36 -07:00 committed by GitHub
parent b0198bc2a3
commit 0be92bef65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@ jobs:
context: . context: .
file: ./ci.Dockerfile file: ./ci.Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 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 }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: | build-args: |