Skip to content

Commit

Permalink
Merge pull request #406 from kenhys/fix-target-repo
Browse files Browse the repository at this point in the history
ci: use repository secrets to set fluent/fluentd
  • Loading branch information
kenhys authored Nov 30, 2024
2 parents 2df5ea4 + d3e4e6b commit e6fef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS }}/fluentd-docker-image
REPOSITORY: ${{ secrets.DOCKER_HUB_ORGS }}/${{ secrets.DOCKER_HUB_REPOSITORY }}
jobs:
define-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6fef87

Please sign in to comment.