Skip to content

Commit

Permalink
Merge pull request #1334 from Azure/backend-image-variables
Browse files Browse the repository at this point in the history
backend: Make Makefile image variables consistent with frontend
  • Loading branch information
mbarnes authored Feb 17, 2025
2 parents aa7fc49 + 8113d01 commit 55e7c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
HELM_CMD ?= helm upgrade --install

CURRENT_COMMIT := $(shell git rev-parse --short=7 HEAD)

ARO_HCP_BASE_IMAGE ?= ${ARO_HCP_IMAGE_ACR}.azurecr.io
ARO_HCP_BACKEND_IMAGE ?= $(ARO_HCP_BASE_IMAGE)/arohcpbackend
ARO_HCP_IMAGE_REGISTRY ?= ${ARO_HCP_IMAGE_ACR}.azurecr.io
ARO_HCP_IMAGE_REPOSITORY ?= arohcpbackend
ARO_HCP_BACKEND_IMAGE ?= $(ARO_HCP_IMAGE_REGISTRY)/$(ARO_HCP_IMAGE_REPOSITORY)

.DEFAULT_GOAL := backend

Expand Down

0 comments on commit 55e7c66

Please sign in to comment.