mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
build: do not push container images from forks (#869)
* fix(prs): don't push if not sourced from autobrr org
* when literals are strings, and strings are nothing.
* some say the beginning is like the end.
* Update release.yml?
* Update release.yml
* 🍺
This commit is contained in:
parent
35af06a535
commit
7cbcc2e14c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -187,7 +187,7 @@ jobs:
|
|||
context: .
|
||||
file: ./ci.Dockerfile
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||
push: ${{ github.repository_owner == 'autobrr' }}
|
||||
push: ${{ github.event.pull_request.head.repo.full_name == 'autobrr/autobrr' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue