Skip to content

Commit

Permalink
Merge pull request #68 from iineva/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
iineva authored Dec 3, 2024
2 parents da5686f + 00ca361 commit 79bbe87
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
@@ -1,4 +1,4 @@
VERSION := 2.5
VERSION := 2.5.1
DOCKER_IMAGE := ineva/ipa-server
DOCKER_TARGET := $(DOCKER_IMAGE):$(VERSION)

Expand All @@ -20,4 +20,4 @@ image::
docker build --platform linux/amd64 -t $(DOCKER_TARGET) .

push::
docker push $(DOCKER_TARGET)
docker push $(DOCKER_TARGET)

0 comments on commit 79bbe87

Please sign in to comment.