mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 14:19:14 +08:00
ci: Use newer versions of actions
This commit is contained in:
parent
5aadcb69f8
commit
439bf410ac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
run: npx tsc
|
||||
- name: Create server-package.json
|
||||
run: cat package.json | grep -v electron > server-package.json
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- uses: docker/build-push-action@v2
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue