File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ docker-stop: ## [DOCKER] Stop docker container. Example: `make docker-stop BIN=u
3939docker-rm : docker-stop # # [DOCKER] Stop and then remove docker container. Example: `make docker-rm BIN=user`
4040 docker rm go-api-boilerplate-$(BIN )
4141
42- docker-publish : docker-publish-latest docker-publish-version # # [DOCKER] Docker publish. Example: `make docker-publish BIN=user REGISTRY=https://your-registry.com`
42+ docker-publish : docker-tag-latest docker-tag-version docker- publish-latest docker-publish-version # # [DOCKER] Docker publish. Example: `make docker-publish BIN=user REGISTRY=https://your-registry.com`
4343
4444docker-publish-latest : docker-tag-latest
4545 @echo ' publish latest to $(REGISTRY)'
You can’t perform that action at this time.
0 commit comments