Null change to retrigger image build

Previous image push failed; pushing a comment-only
change to try again.

Change-Id: I89f23d60e0da144bbf47204fa06c55debf643ca4
This commit is contained in:
Crank, Daniel (dc6350) 2021-03-25 15:04:58 -05:00
parent 183f26c048
commit 5de0172ae2

View File

@ -82,6 +82,7 @@ endif
else else
echo $(IMAGE_ID) > $(BUILD_DIR)/image_id echo $(IMAGE_ID) > $(BUILD_DIR)/image_id
endif endif
# push image
ifeq ($(PUSH_IMAGE), true) ifeq ($(PUSH_IMAGE), true)
docker push $(IMAGE) docker push $(IMAGE)
endif endif