mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-25 18:04:01 +00:00
Make Docker Jobs skip outside the main repository due to fork incompat (#1141)
This commit is contained in:
@@ -22,6 +22,7 @@ env:
|
||||
jobs:
|
||||
docker-latest:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
@@ -20,6 +20,7 @@ env:
|
||||
jobs:
|
||||
docker-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
@@ -20,6 +20,7 @@ env:
|
||||
jobs:
|
||||
docker-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user