Skip to content

Commit

Permalink
chore: update references after org rename
Browse files Browse the repository at this point in the history
Use siderolabs.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 24, 2022
1 parent 4a6ff33 commit d4f8e88
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types: ["chore","docs","perf","refactor","style","test","release"]
scopes: ["*"]
- type: license
spec:
skipPaths:
- .git/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
header: |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
2 changes: 1 addition & 1 deletion 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 Down
8 changes: 4 additions & 4 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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

format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/talos-systems
PKGS_VERSION: v1.0.0
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.1.0-alpha.0-8-g0c38670

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

0 comments on commit d4f8e88

Please sign in to comment.