Compare commits

...

1 Commits

Author SHA1 Message Date
maxid
a3ac1feed0 fix build workflows 2026-01-05 11:03:14 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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