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