Skip to content

Commit e1825cb

Browse files
committed
fix: use latest tag in differ
1 parent a3509b3 commit e1825cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
if: github.ref_type == 'tag' && github.repository == 'vanilla-os/pico-image'
216216
needs: merge
217217
container:
218-
image: ghcr.io/vanilla-os/pico:main
218+
image: ghcr.io/vanilla-os/pico:latest
219219

220220
steps:
221221
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)