Skip to content

Commit

Permalink
Don't rebuild images on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mclarkson committed Jun 8, 2020
1 parent 907763c commit cfd6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: mokctl.deploy tags
docker-builds: docker-mokctl docker-mokbox docker-baseimage

.PHONY: docker-uploads
docker-uploads: docker-builds docker-upload-mokctl docker-upload-mokbox docker-upload-baseimage
docker-uploads: docker-upload-mokctl docker-upload-mokbox docker-upload-baseimage

.PHONY: mokctl-docker-mokctl
docker-mokctl: all
Expand Down

0 comments on commit cfd6079

Please sign in to comment.