Skip to content

Commit

Permalink
Changes to makefile for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
srprasanna committed Nov 21, 2022
1 parent ee49889 commit 7c3b4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMAGES:=divoc/gateway divoc/portal_api divoc/registration_api divoc/vaccination_api divoc/certificate_processor divoc/analytics_feed divoc/notification-service divoc/digilocker_support_api divoc/certificate_signer divoc/test_certificate_signer divoc/registry-es divoc/keycloak divoc/certificate_api
VC_IMAGES:=divoc/vc-management-service divoc/vc-certification-service divoc/vc-certify-consumer divoc/tenant-portal divoc/verification-app
VC_IMAGES:=divoc/vc-management-service divoc/vc-certification-service divoc/vc-certify-consumer divoc/vc-verification-webapp
ifeq ($(RELEASE_VERSION), )
RELEASE_VERSION := 3.0.2
RELEASE_VERSION := 3.1.0-generic
endif
$(info RELEASE VERSION $(RELEASE_VERSION))

Expand Down
2 changes: 1 addition & 1 deletion verification-app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE:=divoc/verification-app
IMAGE:=divoc/vc-verification-webapp
docker:
@docker build . -t $(IMAGE)
publish:
Expand Down

0 comments on commit 7c3b4f7

Please sign in to comment.