Skip to content

Commit e6fef87

Browse files
authored
Merge pull request #406 from kenhys/fix-target-repo
ci: use repository secrets to set fluent/fluentd
2 parents 2df5ea4 + d3e4e6b commit e6fef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS }}/fluentd-docker-image
13+
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS }}/${{ secrets.DOCKER_HUB_REPOSITORY }}
1414
jobs:
1515
define-matrix:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)