Skip to content

Commit d3e4e6b

Browse files
committed
ci: use repository secrets to set fluent/fluentd
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 2df5ea4 commit d3e4e6b

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)