ci: Use newer versions of actions

This commit is contained in:
Elian Doran 2024-07-13 19:05:39 +03:00
parent 5aadcb69f8
commit 439bf410ac
No known key found for this signature in database

View File

@ -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