Skip to content

Commit 8c2efa0

Browse files
committed
fix: use latest tag in release
1 parent 7a20816 commit 8c2efa0

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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'

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)