Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit c5d3ab0

Browse files
committed
chore: rename organization
s/talos-systems/siderolabs/g Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 61a6b5f commit c5d3ab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY ?= ghcr.io
2-
USERNAME ?= talos-systems
2+
USERNAME ?= siderolabs
33
SHA ?= $(shell git describe --match=none --always --abbrev=8 --dirty)
44
TAG ?= $(shell git describe --tag --always --dirty)
55
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

Pkgfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.7-frontend
1+
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-frontend
22

33
format: v1alpha2
44

@@ -7,4 +7,4 @@ vars:
77
PKGS_VERSION: v1.0.0-7-ge6eb485
88

99
labels:
10-
org.opencontainers.image.source: https://github.com/talos-systems/extras
10+
org.opencontainers.image.source: https://github.com/siderolabs/extras

0 commit comments

Comments
 (0)