Skip to content

Commit

Permalink
fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Aug 24, 2022
1 parent 0516a77 commit 94e9c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ package:
build-linux:
cd server && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v
docker:
DOCKER_BUILDKIT=1 docker build . -t robrotheram/gogallery:$(CIRCLE_BRANCH)
DOCKER_BUILDKIT=1 docker build . -t robrotheram/gogallery:latest
docker build . -t robrotheram/gogallery:$(CIRCLE_BRANCH)
docker build . -t robrotheram/gogallery:latest
docker-publish:
docker push robrotheram/gogallery:$(CIRCLE_BRANCH)
docker push robrotheram/gogallery:latest

0 comments on commit 94e9c87

Please sign in to comment.