1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

fix(ci): latest docker tag targets the latest tag

Until now, the latest was more a "dev" release, targeting the latest
changes in the main branch instead of the latest stable release.
This commit is contained in:
Bastien Wirtz 2024-10-16 14:05:24 +02:00
parent 64629742f7
commit b760f04962
3 changed files with 8 additions and 14 deletions

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
-
name: pnpm setup
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
-