Skip to content

Commit 93f4abf

Browse files
Use custom bootc actions for bcvk v0.15.0
Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent ded40f7 commit 93f4abf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v6
8383
- name: Bootc Ubuntu Setup
84-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
84+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
8585
- name: Validate (default)
8686
run: just validate
8787
# Check for security vulnerabilities and license compliance
@@ -106,7 +106,7 @@ jobs:
106106
- name: Checkout repository
107107
uses: actions/checkout@v6
108108
- name: Bootc Ubuntu Setup
109-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
109+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
110110
- name: Enable fsverity for /
111111
run: sudo tune2fs -O verity $(findmnt -vno SOURCE /)
112112
- name: Install utils
@@ -171,7 +171,7 @@ jobs:
171171
steps:
172172
- uses: actions/checkout@v6
173173
- name: Bootc Ubuntu Setup
174-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
174+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
175175
- name: Build mdbook
176176
run: just build-mdbook
177177
# Build packages for each test OS
@@ -188,7 +188,7 @@ jobs:
188188
steps:
189189
- uses: actions/checkout@v6
190190
- name: Bootc Ubuntu Setup
191-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
191+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
192192

193193
- name: Setup env
194194
run: |
@@ -252,7 +252,7 @@ jobs:
252252
steps:
253253
- uses: actions/checkout@v6
254254
- name: Bootc Ubuntu Setup
255-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
255+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
256256
with:
257257
libvirt: true
258258
- name: Install tmt
@@ -344,7 +344,7 @@ jobs:
344344
steps:
345345
- uses: actions/checkout@v6
346346
- name: Bootc Ubuntu Setup
347-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
347+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
348348
with:
349349
libvirt: true
350350
- name: Install tmt
@@ -399,7 +399,7 @@ jobs:
399399
steps:
400400
- uses: actions/checkout@v6
401401
- name: Bootc Ubuntu Setup
402-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
402+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
403403
with:
404404
libvirt: true
405405
- name: Install tmt
@@ -442,7 +442,7 @@ jobs:
442442
steps:
443443
- uses: actions/checkout@v6
444444
- name: Bootc Ubuntu Setup
445-
uses: bootc-dev/actions/bootc-ubuntu-setup@main
445+
uses: Johan-Liebert1/bootc-actions/bootc-ubuntu-setup@main
446446
with:
447447
libvirt: true
448448

0 commit comments

Comments
 (0)