From 6216d641c29afefd22e757f73b2dfa7428891971 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 2 Nov 2023 19:14:35 +0530 Subject: [PATCH] fix: org name Fix org name. Signed-off-by: Noel Georgi --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed7f860..ebd5ef3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2023-11-02T12:30:07Z by kres latest. +# Generated on 2023-11-02T13:44:31Z by kres latest. # common variables @@ -10,7 +10,7 @@ ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe BRANCH := $(shell git rev-parse --abbrev-ref HEAD) ARTIFACTS := _out REGISTRY ?= ghcr.io -USERNAME ?= talos-systems +USERNAME ?= siderolabs REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME) KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest CONFORMANCE_IMAGE ?= ghcr.io/siderolabs/conform:latest