mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
build: only push docker images for autobrr org (#873)
* build: speculative fix for develop push * 🐝 * 🦀
This commit is contained in:
parent
b0198bc2a3
commit
0be92bef65
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.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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue