You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced a new input parameter `dockerhub_description_path` in the deploy-tag workflow to specify the path for the Docker Hub description update.
- Added a new step in the workflow to utilize the `peter-evans/dockerhub-description` action for updating the Docker Hub description using the specified README file.
- Created a new `dev.md` file to outline a todo list for future enhancements and changes related to the project.
- rename `bridgewwater/template-docker-golang-exec-build` to new github url
35
-
- go cli repo [https://github.com/bridgewwater/golang-project-temple-base](https://github.com/bridgewwater/golang-project-temple-base)
36
-
- rename go cli target version `GO_PKG_RELEASE_VERSION=2.1.0` (do not add prefix `v`)
37
-
- rename go cli target GO_SRC_PATH `github.com/bridgewwater/golang-project-temple-base`
38
-
- rename go cli target url `https://${GO_ENV_PACKAGE_NAME}.git`
39
-
- rename go cli target Build PATH `build/${GO_ENV_ROOT_BUILD_BIN_NAME}`
40
-
- rename go cli target exec build entrance path `cmd/golang-project-temple-base/main.go` to new
41
-
- rename go cli target `golang-project-temple-base` to new exec tools name
42
-
- rename go cli target build flag `-installsuffix cgo` to new
43
-
- rename go cli target ENTRYPOINT `/bin/golang-project-temple-base`
44
-
- rename local `INFO_TEST_BUILD_DOCKER_CONTAINER_ARGS` at Makefile
45
-
- rename docker hub user `template-hub-user` to new org or user
46
-
- rename docker hub `template-hub-user/template-docker-golang-exec-build` to new docker image name
47
-
48
-
- rename docker repo name at `docker-bake.hcl`
49
-
-`template-docker-golang-exec-build` to new docker image name
50
-
-`image-all` to change `platforms`
51
-
52
-
- use github action for this workflow push to docker hub, must add
53
-
- variables `ENV_DOCKERHUB_OWNER` user of docker hub
54
-
- variables `ENV_DOCKERHUB_REPO_NAME` repo name of docker hub
55
-
- add [secrets](https://github.com/bridgewwater/template-docker-golang-exec-build/settings/secrets/actions)`New repository secret` name `DOCKERHUB_TOKEN` from [hub.docker](https://hub.docker.com/settings/security)
56
-
57
-
- change `DOCKER_IMAGE_PLATFORMS: linux/amd64,linux/arm64/v8` to your need [docker buildx](https://docs.docker.com/buildx/working-with-buildx/)
58
-
- also change `jobs.docker-image-buildx.strategy.matrix.docker_image.[platform]` same as `DOCKER_IMAGE_PLATFORMS`
59
-
- change `push_remote_flag: ${{ github.event.pull_request.merged == true }}` to let latest tag push to docker hub
- rename `bridgewwater/template-docker-golang-exec-build` to new github url
4
+
- go cli repo [https://github.com/bridgewwater/golang-project-temple-base](https://github.com/bridgewwater/golang-project-temple-base)
5
+
- rename go cli target version `GO_PKG_RELEASE_VERSION=2.1.0` (do not add prefix `v`)
6
+
- rename go cli target GO_SRC_PATH `github.com/bridgewwater/golang-project-temple-base`
7
+
- rename go cli target url `https://${GO_ENV_PACKAGE_NAME}.git`
8
+
- rename go cli target Build PATH `build/${GO_ENV_ROOT_BUILD_BIN_NAME}`
9
+
- rename go cli target exec build entrance path `cmd/golang-project-temple-base/main.go` to new
10
+
- rename go cli target `golang-project-temple-base` to new exec tools name
11
+
- rename go cli target build flag `-installsuffix cgo` to new
12
+
- rename go cli target ENTRYPOINT `/bin/golang-project-temple-base`
13
+
- rename local `INFO_TEST_BUILD_DOCKER_CONTAINER_ARGS` at Makefile
14
+
- rename docker hub user `template-hub-user` to new org or user
15
+
- rename docker hub `template-hub-user/template-docker-golang-exec-build` to new docker image name
16
+
17
+
- rename docker repo name at `docker-bake.hcl`
18
+
-`template-docker-golang-exec-build` to new docker image name
19
+
-`image-all` to change `platforms`
20
+
21
+
- use github action for this workflow push to docker hub, must add
22
+
- variables `ENV_DOCKERHUB_OWNER` user of docker hub
23
+
- variables `ENV_DOCKERHUB_REPO_NAME` repo name of docker hub
24
+
- add [secrets](https://github.com/bridgewwater/template-docker-golang-exec-build/settings/secrets/actions)`New repository secret` name `DOCKERHUB_TOKEN` from [hub.docker](https://hub.docker.com/settings/security)
25
+
26
+
- change `DOCKER_IMAGE_PLATFORMS: linux/amd64,linux/arm64/v8` to your need [docker buildx](https://docs.docker.com/buildx/working-with-buildx/)
27
+
- also change `jobs.docker-image-buildx.strategy.matrix.docker_image.[platform]` same as `DOCKER_IMAGE_PLATFORMS`
28
+
- change `push_remote_flag: ${{ github.event.pull_request.merged == true }}` to let latest tag push to docker hub
0 commit comments