Skip to content

Commit

Permalink
fix: optimize makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Sep 3, 2024
1 parent 975ed0f commit 291dd33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ docker-not-build: # Build the docker without compiling | 不编译直接构建

.PHONY: publish-docker
publish-docker: # Publish the docker | 发布镜像
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin https://${REPO}
docker push ${DOCKER_USERNAME}/backend-ui:${VERSION}

.PHONY: run-docker
Expand Down

0 comments on commit 291dd33

Please sign in to comment.