From 41b5dd895b8f906658012c4b092cf2e439885049 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Tue, 8 Oct 2024 09:37:04 +0100 Subject: [PATCH] Update Makefile --- ubuntu-fc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu-fc/Makefile b/ubuntu-fc/Makefile index 8629d86..99edcb9 100644 --- a/ubuntu-fc/Makefile +++ b/ubuntu-fc/Makefile @@ -1,9 +1,9 @@ REGISTRY?=ghcr.io/liquidmetal-dev -IMAGE_NAME?=$(REGISTRY)/ubuntu-ch +IMAGE_NAME?=$(REGISTRY)/ubuntu-fc TAG?=22.04 build: docker build -t $(IMAGE_NAME):$(TAG) . push: - docker push $(IMAGE_NAME):$(TAG) \ No newline at end of file + docker push $(IMAGE_NAME):$(TAG)