Skip to content

Commit 7d3a479

Browse files
committed
Fix docker publish
1 parent ac34447 commit 7d3a479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker-stop: ## [DOCKER] Stop docker container. Example: `make docker-stop BIN=u
3939
docker-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

4444
docker-publish-latest: docker-tag-latest
4545
@echo 'publish latest to $(REGISTRY)'

0 commit comments

Comments
 (0)