File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Verify Base Image Integrity
1919 run :
20- gh attestation verify oci://ghcr.io/vanilla-os/pico:main --owner Vanilla-OS
20+ gh attestation verify oci://ghcr.io/vanilla-os/pico:latest --owner Vanilla-OS
2121 env :
2222 GH_TOKEN : ${{ github.token }}
2323
@@ -28,18 +28,13 @@ jobs:
2828 contents : write # Allow actions to create release
2929 attestations : write # To create and write attestations
3030 id-token : write # Additional permissions for the persistence of the attestations
31-
31+
3232 steps :
3333 - name : Checkout
3434 uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737
38- - name : Change tag in recipe.
39- if : ${{ github.ref_type == 'tag' }}
40- run : |
41- sed 's/ghcr.io\/vanilla-os\/pico:dev/ghcr.io\/vanilla-os\/pico:main/' -i recipe.yml
42-
4338 - uses : vanilla-os/vib-gh-action@v1.1.0
4439 with :
4540 recipe : ' recipe.yml'
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 if : github.ref_type == 'tag' && github.repository == 'vanilla-os/core-image'
198198 needs : merge
199199 container :
200- image : ghcr.io/vanilla-os/core:main
200+ image : ghcr.io/vanilla-os/core:latest
201201
202202 steps :
203203 - uses : actions/checkout@v7
You can’t perform that action at this time.
0 commit comments