feat: cache docker

This commit is contained in:
nafees nazik
2024-01-06 15:14:28 +05:30
parent 142c93aa63
commit 46e83d65bb

View File

@ -37,5 +37,13 @@ jobs:
with:
fetch-depth: 2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker Image
run: ./docker/build.sh
uses: docker/build-push-action@v5
with:
push: false
context: .
file: ./docker/Dockerfile
tags: documenso-${{ github.sha }}