Skip to content

Commit

Permalink
chore: use pico dev image as base
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 4, 2024
1 parent 434b476 commit 0f7457b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Vib Build
on:
push:
branches:
- 'main'
- 'dev'
tags:
- '*'
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- name: Verify Base Image Integrity
run:
gh attestation verify oci://ghcr.io/vanilla-os/pico:main --owner Vanilla-OS
gh attestation verify oci://ghcr.io/vanilla-os/pico:dev --owner Vanilla-OS
env:
GH_TOKEN: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: core

stages:
- id: build
base: ghcr.io/vanilla-os/pico:main
base: ghcr.io/vanilla-os/pico:dev
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
Expand Down

0 comments on commit 0f7457b

Please sign in to comment.