Skip to content

Commit a8fb702

Browse files
frezbosmira
authored andcommitted
chore: rename org
Rename org Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit bfc99ca)
1 parent 5a97af0 commit a8fb702

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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)
@@ -8,7 +8,7 @@ SOURCE_DATE_EPOCH ?= $(shell git log -1 --pretty=%ct)
88

99
# Sync bldr image with Pkgfile
1010
BLDR ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
11-
ghcr.io/talos-systems/bldr:v0.2.0-alpha.4-frontend graph --root=/tools
11+
ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-frontend graph --root=/tools
1212

1313
BUILD := docker buildx build
1414
PLATFORM ?= linux/amd64,linux/arm64

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
# Sync bldr image with Makefile
44

55
format: v1alpha2
66

77
vars:
8-
TOOLCHAIN_IMAGE: ghcr.io/talos-systems/toolchain:v0.5.0
8+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v0.5.0
99

1010
labels:
11-
org.opencontainers.image.source: https://github.com/talos-systems/tools
11+
org.opencontainers.image.source: https://github.com/siderolabs/tools

0 commit comments

Comments
 (0)