File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
pkg/machinery/gendata/data Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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
55concurrency :
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
Original file line number Diff line number Diff line change 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
55concurrency :
66 group : ${{ github.head_ref || github.run_id }}
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828TOOLS ?= v1.13.0-alpha.0-16-g9de9770
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.13.0-alpha.0-52-gb9cc39d
30+ PKGS ?= v1.13.0-alpha.0-53-gc0c8bc5
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change 1- v1.13.0-alpha.0-52-gb9cc39d
1+ v1.13.0-alpha.0-53-gc0c8bc5
You can’t perform that action at this time.
0 commit comments