mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 19:53:55 +02:00
fix build workflows (#354)
this PR fixes the build workflows, so the QUAY_ORG environment variable is populated even when run by a PR from a fork
This commit is contained in:
committed by
GitHub
parent
87f10e2508
commit
3cd750b882
2
.github/workflows/build-push-backend.yml
vendored
2
.github/workflows/build-push-backend.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
env:
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG }}
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG || github.repository_owner }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
env:
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG }}
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG || github.repository_owner }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
env:
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG }}
|
||||
QUAY_ORG: ${{ secrets.QUAY_ORG || github.repository_owner }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user