Skip to content

Commit 28cbf04

Browse files
committed
ci: set fallback for organization
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 07fb93a commit 28cbf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS }}/fluentd-kubernetes-daemonset
7+
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS || env.GITHUB_REPOSITORY_OWNER}}/fluentd-kubernetes-daemonset
88
jobs:
99
define-matrix:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)