mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
ci: Set up Docker build in dev workflow
This commit is contained in:
parent
45f2691053
commit
19550eec6a
15
.github/workflows/dev.yml
vendored
Normal file
15
.github/workflows/dev.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Dev
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
Loading…
x
Reference in New Issue
Block a user