Skip to content

Commit

Permalink
Version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llaoj committed Mar 20, 2024
1 parent 563fa47 commit 5465d30
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 @@ -62,7 +62,7 @@ output/darwin_amd64/bin/%:
./cmd
touch $@

push-container: clean version
push-container: clean
docker buildx create --platform $(DOCKER_PLATFORMS) --use
docker buildx build --push --platform $(DOCKER_PLATFORMS) -t $(GCOPY_IMAGE) -f build/gcopy/Dockerfile .
docker buildx build --push --platform $(DOCKER_PLATFORMS) -t $(GCOPY_FRONTEND_IMAGE) -f build/frontend/Dockerfile .
Expand Down

0 comments on commit 5465d30

Please sign in to comment.