fix: revert

This commit is contained in:
nafees nazik
2024-01-06 15:18:09 +05:30
parent 46e83d65bb
commit ba37633ecd

View File

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