Skip to content

Commit

Permalink
modify minioRelease2024
Browse files Browse the repository at this point in the history
  • Loading branch information
liujie-666 committed Dec 25, 2024
1 parent 79d4ac2 commit f6f652b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions minio/minio/RELEASE.2024-12-13T22-19-12Z/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ src/mc:

push:
@docker push $(IMAGE)
#latest image
@if [ $(LATEST) = "true" ]; \
then \
docker tag $(IMAGE) $(LATEST_IMAGE); \
docker push $(LATEST_IMAGE); \
fi
clean:
@rm -rf src

0 comments on commit f6f652b

Please sign in to comment.