Skip to content

Commit fff8338

Browse files
oktalzdkorunic
authored andcommitted
BUILD/MINOR: ci: build nightly images only on original repo
this action tries to create and push build even in forks and that will not work due to credentials
1 parent 94998f5 commit fff8338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
main:
10+
if: ${{ github.repository_owner == 'haproxytech' }}
1011
runs-on: ubuntu-latest
1112
env:
1213
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386

0 commit comments

Comments
 (0)