Skip to content

Commit 0a7b6eb

Browse files
committed
chore: test extensions
Test extensions Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 8b1c974 commit 0a7b6eb

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
3+
# Generated on 2026-02-23T13:31:38Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -533,6 +533,12 @@ jobs:
533533
driver: remote
534534
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
535535
timeout-minutes: 10
536+
- name: login-to-registry
537+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # version: v3.7.0
538+
with:
539+
password: ${{ secrets.GITHUB_TOKEN }}
540+
registry: ghcr.io
541+
username: ${{ github.repository_owner }}
536542
- name: local-grype-scan-result
537543
env:
538544
DEST: _out

.github/workflows/grype-scan-cron.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-17T20:54:45Z by kres 6458cfd.
3+
# Generated on 2026-02-23T13:31:38Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -51,6 +51,12 @@ jobs:
5151
driver: remote
5252
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
5353
timeout-minutes: 10
54+
- name: login-to-registry
55+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # version: v3.7.0
56+
with:
57+
password: ${{ secrets.GITHUB_TOKEN }}
58+
registry: ghcr.io
59+
username: ${{ github.repository_owner }}
5460
- name: local-grype-scan-result
5561
env:
5662
DEST: _out

.kres.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ spec:
280280
crons:
281281
- '30 7 * * *'
282282
steps:
283+
- name: login-to-registry
284+
registryLoginStep:
285+
registry: ghcr.io
283286
- name: local-grype-scan-result
284287
environment:
285288
DEST: _out

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.13.0-alpha.0-16-g9de9770
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.13.0-alpha.0-52-gb9cc39d
30+
PKGS ?= v1.13.0-alpha.0-53-gc0c8bc5
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0-alpha.0-52-gb9cc39d
1+
v1.13.0-alpha.0-53-gc0c8bc5

0 commit comments

Comments
 (0)