mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
ci: Use newer versions of actions
This commit is contained in:
parent
5aadcb69f8
commit
439bf410ac
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…
x
Reference in New Issue
Block a user