Skip to content

Commit

Permalink
chore: fix username
Browse files Browse the repository at this point in the history
Rekresed with wrong .gitconfig.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 27, 2023
1 parent 11695f6 commit f5fec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-11-27T17:15:55Z by kres latest.
# Generated on 2023-11-27T18:10:07Z by kres latest.

# common variables

Expand All @@ -16,7 +16,7 @@ ifeq ($(GOARCH),x86_64)
GOARCH := amd64
endif
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
Expand Down

0 comments on commit f5fec76

Please sign in to comment.