Skip to content

Commit 1c22cd3

Browse files
author
ks6088ts
committed
update path
1 parent 05d20c7 commit 1c22cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DOCKER_IMAGE_NAME ?= template-go
1717
DOCKER_COMMAND ?= /app
1818

1919
# Tools
20-
TOOLS_DIR ?= $(shell go env GOPATH)/bin
20+
TOOLS_DIR ?= /usr/local/bin
2121
# https://github.com/golangci/golangci-lint/releases
2222
GOLANGCI_LINT_VERSION ?= 1.62.2
2323
# https://github.com/aquasecurity/trivy/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ make ci-test-docker
5959

6060
### Docker Hub
6161

62-
To publish the docker image to Docker Hub, you need to set the following secrets in the repository settings.
62+
To publish the docker image to Docker Hub, you need to [create access token](https://app.docker.com/settings/personal-access-tokens/create) and set the following secrets in the repository settings.
6363

6464
```shell
6565
gh secret set DOCKERHUB_USERNAME --body $DOCKERHUB_USERNAME

0 commit comments

Comments
 (0)