Skip to content

Commit

Permalink
chore: rename org
Browse files Browse the repository at this point in the history
Rename org

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 23, 2022
1 parent 99be089 commit bfc99ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REGISTRY ?= ghcr.io
USERNAME ?= talos-systems
USERNAME ?= siderolabs
SHA ?= $(shell git describe --match=none --always --abbrev=8 --dirty)
TAG ?= $(shell git describe --tag --always --dirty)
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
Expand All @@ -8,7 +8,7 @@ SOURCE_DATE_EPOCH ?= $(shell git log -1 --pretty=%ct)

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

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
6 changes: 3 additions & 3 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.7-frontend
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-1-g9d49478-frontend

# Sync bldr image with Makefile

format: v1alpha2

vars:
TOOLCHAIN_IMAGE: ghcr.io/talos-systems/toolchain:v0.5.0
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v0.5.0-1-g5831f78

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

0 comments on commit bfc99ca

Please sign in to comment.