Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 21, 2024
1 parent 82c1b16 commit 0437bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ push: .push
@if [ -z "$(NEW_VERSION)" ]; then \
NEW_VERSION=latest; \
fi
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest
@docker push $(JF_URL)/$(IMAGE):latest
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@echo $(NEW_VERSION) > $(VERSION_FILE)
@touch .push

Expand Down
3 changes: 1 addition & 2 deletions misc/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ metadata:
name: xreg-server
spec:
type: LoadBalancer
externalIPs:
- 130.214.104.190
loadBalancerIP: 130.214.104.190
ports:
- port: 8080
targetPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0

0 comments on commit 0437bb5

Please sign in to comment.