Skip to content

Commit dd2ef3c

Browse files
committed
Revise deployment process
Before: Go to hub.docker.com and kick Automated builds by hand. After: Create tags to release! let GitHub Actions to deploy them. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 0c3c82d commit dd2ef3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MAINTAINING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ To update versions of images following steps are required:
4646

4747
**Note:** This procedure requires `fluent/fluentd` repository's DockerHub `Admin` privileges.
4848
49-
Go to [Build settings page](https://hub.docker.com/repository/docker/fluent/fluentd/builds) and then, push `[Trigger ▷]` buttons.
49+
1. Create access token with `Read & Write` permission on hub.docker.com.
50+
2. Set `DOCKER_HUB_ORGS`, `DOCKER_HUB_REPOSITORY`, `DOCKER_HUB_USERNAME` and `DOCKER_HUB_ACCESS_TOKEN` as GitHub repository secrets.
51+
(e.g. `DOCKER_HUB_ORGS=fluent`, `DOCKER_HUB_REPOSITORY=fluentd` and so on)
5052
51-
Built tags for debian and alpine images will be published at [TAGS page](https://hub.docker.com/r/fluent/fluentd-kubernetes-daemonset/tags).
53+
3. Create tag to release it! (e.g. v1.18.0-1.0 for alpine,amd64,arm64 and armhf)
54+
55+
Built tags for debian and alpine images will be published at [TAGS page](https://hub.docker.com/r/fluent/fluentd/tags).
5256
5357
### Build and Publish Windows Server Core images
5458

0 commit comments

Comments
 (0)