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:
parent
64629742f7
commit
b760f04962
3 changed files with 8 additions and 14 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
|
@ -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
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue