Skip to content

Commit 3cd71b1

Browse files
committed
Another fix for IMAGE_TAG override
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent c7e6a45 commit 3cd71b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

make/deploy.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export SKIP_IMG_BUILD ?= false
1919
export SKIP_PORCHSERVER_BUILD ?= false
2020
export SKIP_CONTROLLER_BUILD ?= false
2121
export SKIP_LOCAL_GIT ?= false
22+
export IMAGE_TAG ?= test
2223

2324
# Porch cache type: CR (Custom Resource) || DB (Database)
2425
export PORCH_CACHE_TYPE ?= CR

0 commit comments

Comments
 (0)